Changes in src/main.cc [aefcc3b:b542bfb]
- File:
-
- 1 edited
-
src/main.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
raefcc3b 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" ) … … 269 265 OPTPRINT( "convertLvalue" ) 270 266 GenPoly::convertLvalue( translationUnit ); 271 OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?272 Tuples::expandTuples( translationUnit );273 267 274 268 if ( bboxp ) {
Note:
See TracChangeset
for help on using the changeset viewer.