Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r7886a92f r5c56a22  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jun 23 13:56:23 2026
    13 // Update Count     : 712
     12// Last Modified On : Fri Mar 20 08:10:38 2026
     13// Update Count     : 710
    1414//
    1515
     
    281281
    282282                // Currently not working due to unresolved issues with UniqueExpr
    283 
    284                 // xxx - is this the right place for this? Want to expand ASAP so that, sequent passes don't need to worry about
    285                 // double-visiting a unique expr - needs to go after InitTweak::fix so that copy constructed return declarations
    286                 // are reused
    287                 PASS( "Expand Unique Expr", Tuples::expandUniqueExpr, transUnit );
     283                PASS( "Expand Unique Expr", Tuples::expandUniqueExpr, transUnit ); // 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
    288284
    289285                PASS( "Translate Tries", ControlStruct::translateTries, transUnit );
Note: See TracChangeset for help on using the changeset viewer.