Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rf0121d7 rb542bfb  
    4242#include "Common/UnimplementedError.h"
    4343#include "../config.h"
    44 #include "Tuples/Tuples.h"
    4544
    4645using namespace std;
     
    232231                OPTPRINT( "tweakInit" )
    233232                InitTweak::genInit( translationUnit );
    234                 OPTPRINT( "expandMemberTuples" );
    235                 Tuples::expandMemberTuples( translationUnit );
     233
    236234                if ( libcfap ) {
    237235                        // generate the bodies of cfa library functions
     
    250248                        return 0;
    251249                } // if
    252 
    253                 OPTPRINT( "expandUniqueExpr" ); // xxx - is this the right place for this? want to expand ASAP so that subsequent passes don't need to worry about double-visiting a unique expr
    254                 Tuples::expandUniqueExpr( translationUnit );
    255250
    256251                // fix ObjectDecl - replaces ConstructorInit nodes
     
    277272                OPTPRINT( "box" )
    278273                GenPoly::box( translationUnit );
    279                 OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?
    280                 Tuples::expandTuples( translationUnit );
    281274
    282275                // print tree right before code generation
Note: See TracChangeset for help on using the changeset viewer.