comparison gen/tocall.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 a668f4051368
children 9430d4959ab4
comparison
equal deleted inserted replaced
1206:a5bfed1f6775 1207:83d3b25c2213
7 #include "gen/llvmhelpers.h" 7 #include "gen/llvmhelpers.h"
8 #include "gen/irstate.h" 8 #include "gen/irstate.h"
9 #include "gen/dvalue.h" 9 #include "gen/dvalue.h"
10 #include "gen/functions.h" 10 #include "gen/functions.h"
11 #include "gen/abi.h" 11 #include "gen/abi.h"
12 #include "gen/nested.h"
12 13
13 #include "gen/logger.h" 14 #include "gen/logger.h"
14 15
15 ////////////////////////////////////////////////////////////////////////////////////////// 16 //////////////////////////////////////////////////////////////////////////////////////////
16 17