Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rb542bfb raefcc3b  
    4242#include "Common/UnimplementedError.h"
    4343#include "../config.h"
     44#include "Tuples/Tuples.h"
    4445
    4546using namespace std;
     
    249250                } // if
    250251
     252                OPTPRINT( "expandUniqueExpr" ); // xxx - is this the right place for this?
     253                Tuples::expandUniqueExpr( translationUnit );
     254
    251255                // fix ObjectDecl - replaces ConstructorInit nodes
    252256                OPTPRINT( "fixInit" )
     
    265269                OPTPRINT( "convertLvalue" )
    266270                GenPoly::convertLvalue( translationUnit );
     271                OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?
     272                Tuples::expandTuples( translationUnit );
    267273
    268274                if ( bboxp ) {
Note: See TracChangeset for help on using the changeset viewer.