diff 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
line wrap: on
line diff
--- a/gen/toir.cpp	Sun Apr 12 12:52:01 2009 +0200
+++ b/gen/toir.cpp	Sun Apr 12 13:08:24 2009 +0200
@@ -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"