Changes in src/main.cc [5f3ba11:2cf3b87]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r5f3ba11 r2cf3b87 404 404 // Currently not working due to unresolved issues with UniqueExpr 405 405 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 406 407 PASS( "Translate Tries" , ControlStruct::translateTries( transUnit ) );408 409 406 translationUnit = convert( move( transUnit ) ); 410 407 } else { … … 472 469 473 470 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 474 475 PASS( "Translate Tries" , ControlStruct::translateTries( translationUnit ) );476 471 } 477 472 478 473 PASS( "Translate Tries" , ControlStruct::translateTries( translationUnit ) ); 479 474 480 475 PASS( "Gen Waitfor" , Concurrency::generateWaitFor( translationUnit ) );
Note:
See TracChangeset
for help on using the changeset viewer.