Isolate all knowledge of what a function's nested context looks like in a

single place. No functional change.
This commit is contained in:
Frits van Bommel
2009-04-12 13:08:24 +02:00
parent 605593bcef
commit b5af30636e
8 changed files with 226 additions and 193 deletions

View File

@@ -36,6 +36,7 @@
#include "gen/aa.h"
#include "gen/functions.h"
#include "gen/todebug.h"
#include "gen/nested.h"
#include "llvm/Support/ManagedStatic.h"