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