Changeset 96ea77a for src/main.cc
- Timestamp:
- Jul 3, 2023, 1:43:54 PM (3 years ago)
- Branches:
- master
- Children:
- f519bd8
- Parents:
- 8909a2d (diff), 70f97c8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/main.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r8909a2d r96ea77a 343 343 PASS( "Implement Concurrent Keywords", Concurrency::implementKeywords, transUnit ); 344 344 PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit ); 345 PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit );346 345 PASS( "Hoist Control Declarations", ControlStruct::hoistControlDecls, transUnit ); 347 346 … … 370 369 PASS( "Translate Throws", ControlStruct::translateThrows, transUnit ); 371 370 PASS( "Fix Labels", ControlStruct::fixLabels, transUnit ); 371 PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit ); 372 372 PASS( "Fix Names", CodeGen::fixNames, transUnit ); 373 373 PASS( "Gen Init", InitTweak::genInit, transUnit );
Note:
See TracChangeset
for help on using the changeset viewer.