Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    raefcc3b rb542bfb  
    4242#include "Common/UnimplementedError.h"
    4343#include "../config.h"
    44 #include "Tuples/Tuples.h"
    4544
    4645using namespace std;
     
    250249                } // if
    251250
    252                 OPTPRINT( "expandUniqueExpr" ); // xxx - is this the right place for this?
    253                 Tuples::expandUniqueExpr( translationUnit );
    254 
    255251                // fix ObjectDecl - replaces ConstructorInit nodes
    256252                OPTPRINT( "fixInit" )
     
    269265                OPTPRINT( "convertLvalue" )
    270266                GenPoly::convertLvalue( translationUnit );
    271                 OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?
    272                 Tuples::expandTuples( translationUnit );
    273267
    274268                if ( bboxp ) {
Note: See TracChangeset for help on using the changeset viewer.