Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r046a890 r7215000  
    99// Author           : Peter Buhr and Rob Schluntz
    1010// Created On       : Fri May 15 23:12:02 2015
    11 // Last Modified By : Andrew Beach
    12 // Last Modified On : Tue May 19 12:03:00 2020
    13 // Update Count     : 634
     11// Last Modified By : Peter A. Buhr
     12// Last Modified On : Sat Feb  8 08:33:50 2020
     13// Update Count     : 633
    1414//
    1515
     
    312312                } // if
    313313
    314                 PASS( "Translate Throws", ControlStruct::translateThrows( translationUnit ) );
    315314                PASS( "Fix Labels", ControlStruct::fixLabels( translationUnit ) );
    316315                PASS( "Fix Names", CodeGen::fixNames( translationUnit ) );
     
    355354                PASS( "Expand Unique Expr", 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
    356355
    357                 PASS( "Translate Tries" , ControlStruct::translateTries( translationUnit ) );
     356                PASS( "Translate EHM" , ControlStruct::translateEHM( translationUnit ) );
    358357
    359358                PASS( "Gen Waitfor" , Concurrency::generateWaitFor( translationUnit ) );
Note: See TracChangeset for help on using the changeset viewer.