Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rb542bfb r1132b62  
    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" )
     
    272276                OPTPRINT( "box" )
    273277                GenPoly::box( translationUnit );
     278                OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?
     279                Tuples::expandTuples( translationUnit );
    274280
    275281                // print tree right before code generation
Note: See TracChangeset for help on using the changeset viewer.