Changeset 7886a92f for src


Ignore:
Timestamp:
Jul 2, 2026, 5:08:01 PM (2 days ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
77a45e9
Parents:
13481af0
Message:

formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r13481af0 r7886a92f  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Mar 20 08:10:38 2026
    13 // Update Count     : 710
     12// Last Modified On : Tue Jun 23 13:56:23 2026
     13// Update Count     : 712
    1414//
    1515
     
    281281
    282282                // Currently not working due to unresolved issues with UniqueExpr
    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
     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 );
    284288
    285289                PASS( "Translate Tries", ControlStruct::translateTries, transUnit );
Note: See TracChangeset for help on using the changeset viewer.