- Timestamp:
- Jul 2, 2026, 5:08:01 PM (2 days ago)
- Branches:
- master
- Children:
- 77a45e9
- Parents:
- 13481af0
- File:
-
- 1 edited
-
src/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r13481af0 r7886a92f 10 10 // Created On : Fri May 15 23:12:02 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Mar 20 08:10:38202613 // Update Count : 71 012 // Last Modified On : Tue Jun 23 13:56:23 2026 13 // Update Count : 712 14 14 // 15 15 … … 281 281 282 282 // 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 ); 284 288 285 289 PASS( "Translate Tries", ControlStruct::translateTries, transUnit );
Note:
See TracChangeset
for help on using the changeset viewer.