Changes in src/main.cc [6eb8948:b542bfb]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r6eb8948 rb542bfb 42 42 #include "Common/UnimplementedError.h" 43 43 #include "../config.h" 44 #include "Tuples/Tuples.h"45 44 46 45 using namespace std; … … 266 265 OPTPRINT( "convertLvalue" ) 267 266 GenPoly::convertLvalue( translationUnit ); 268 OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?269 Tuples::expandTuples( translationUnit );270 267 271 268 if ( bboxp ) {
Note:
See TracChangeset
for help on using the changeset viewer.