Changes in src/main.cc [14c0f7b:ed1a7ab8]
- File:
-
- 1 edited
-
src/main.cc (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r14c0f7b red1a7ab8 334 334 PASS( "Link Reference To Types", Validate::linkReferenceToTypes, transUnit ); 335 335 336 PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );337 336 PASS( "Fix Qualified Types", Validate::fixQualifiedTypes, transUnit ); 338 337 PASS( "Eliminate Typedef", Validate::eliminateTypedef, transUnit ); … … 343 342 PASS( "Fix Return Statements", InitTweak::fixReturnStatements, transUnit ); 344 343 PASS( "Implement Concurrent Keywords", Concurrency::implementKeywords, transUnit ); 345 PASS( "F ix Unique Ids", Validate::fixUniqueIds, transUnit );344 PASS( "Forall Pointer Decay", Validate::decayForallPointers, 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 ); 372 PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit );371 PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit ); 373 372 PASS( "Fix Names", CodeGen::fixNames, transUnit ); 374 373 PASS( "Gen Init", InitTweak::genInit, transUnit );
Note:
See TracChangeset
for help on using the changeset viewer.