Changes in src/main.cc [b542bfb:1132b62]
- File:
-
- 1 edited
-
src/main.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rb542bfb r1132b62 42 42 #include "Common/UnimplementedError.h" 43 43 #include "../config.h" 44 #include "Tuples/Tuples.h" 44 45 45 46 using namespace std; … … 249 250 } // if 250 251 252 OPTPRINT( "expandUniqueExpr" ); // xxx - is this the right place for this? 253 Tuples::expandUniqueExpr( translationUnit ); 254 251 255 // fix ObjectDecl - replaces ConstructorInit nodes 252 256 OPTPRINT( "fixInit" ) … … 272 276 OPTPRINT( "box" ) 273 277 GenPoly::box( translationUnit ); 278 OPTPRINT( "expandTuples" ); // xxx - is this the right place for this? 279 Tuples::expandTuples( translationUnit ); 274 280 275 281 // print tree right before code generation
Note:
See TracChangeset
for help on using the changeset viewer.