Changes in src/main.cc [4990812:bfd0a1a]
- File:
-
- 1 edited
-
src/main.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r4990812 rbfd0a1a 300 300 301 301 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 );303 302 304 303 PASS( "translateEHM" , ControlStruct::translateEHM( translationUnit ) );
Note:
See TracChangeset
for help on using the changeset viewer.