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