Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rbfd0a1a r4990812  
    300300
    301301                PASS( "expandUniqueExpr", Tuples::expandUniqueExpr( translationUnit ) ); // xxx - is this the right place for this? want to expand ASAP so tha, sequent passes don't need to worry about double-visiting a unique expr - needs to go after InitTweak::fix so that copy constructed return declarations are reused
     302                Tuples::expandUniqueExpr( translationUnit );
    302303
    303304                PASS( "translateEHM" , ControlStruct::translateEHM( translationUnit ) );
Note: See TracChangeset for help on using the changeset viewer.