Changes in src/main.cc [f0121d7:b542bfb]
- File:
-
- 1 edited
-
src/main.cc (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rf0121d7 rb542bfb 42 42 #include "Common/UnimplementedError.h" 43 43 #include "../config.h" 44 #include "Tuples/Tuples.h"45 44 46 45 using namespace std; … … 232 231 OPTPRINT( "tweakInit" ) 233 232 InitTweak::genInit( translationUnit ); 234 OPTPRINT( "expandMemberTuples" ); 235 Tuples::expandMemberTuples( translationUnit ); 233 236 234 if ( libcfap ) { 237 235 // generate the bodies of cfa library functions … … 250 248 return 0; 251 249 } // if 252 253 OPTPRINT( "expandUniqueExpr" ); // xxx - is this the right place for this? want to expand ASAP so that subsequent passes don't need to worry about double-visiting a unique expr254 Tuples::expandUniqueExpr( translationUnit );255 250 256 251 // fix ObjectDecl - replaces ConstructorInit nodes … … 277 272 OPTPRINT( "box" ) 278 273 GenPoly::box( translationUnit ); 279 OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?280 Tuples::expandTuples( translationUnit );281 274 282 275 // print tree right before code generation
Note:
See TracChangeset
for help on using the changeset viewer.