comparison gen/toir.cpp @ 1207:83d3b25c2213

Isolate all knowledge of what a function's nested context looks like in a single place. No functional change.
author Frits van Bommel <fvbommel wxs.nl>
date Sun, 12 Apr 2009 13:08:24 +0200
parents c6f39553b702
children 50dc0db06238
comparison
equal deleted inserted replaced
1206:a5bfed1f6775 1207:83d3b25c2213
34 #include "gen/complex.h" 34 #include "gen/complex.h"
35 #include "gen/dvalue.h" 35 #include "gen/dvalue.h"
36 #include "gen/aa.h" 36 #include "gen/aa.h"
37 #include "gen/functions.h" 37 #include "gen/functions.h"
38 #include "gen/todebug.h" 38 #include "gen/todebug.h"
39 #include "gen/nested.h"
39 40
40 #include "llvm/Support/ManagedStatic.h" 41 #include "llvm/Support/ManagedStatic.h"
41 42
42 ////////////////////////////////////////////////////////////////////////////////////////// 43 //////////////////////////////////////////////////////////////////////////////////////////
43 44