Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r14c0f7b red1a7ab8  
    334334                PASS( "Link Reference To Types", Validate::linkReferenceToTypes, transUnit );
    335335
    336                 PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );
    337336                PASS( "Fix Qualified Types", Validate::fixQualifiedTypes, transUnit );
    338337                PASS( "Eliminate Typedef", Validate::eliminateTypedef, transUnit );
     
    343342                PASS( "Fix Return Statements", InitTweak::fixReturnStatements, transUnit );
    344343                PASS( "Implement Concurrent Keywords", Concurrency::implementKeywords, transUnit );
    345                 PASS( "Fix Unique Ids", Validate::fixUniqueIds, transUnit );
     344                PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );
    346345                PASS( "Hoist Control Declarations", ControlStruct::hoistControlDecls, transUnit );
    347346
     
    370369                PASS( "Translate Throws", ControlStruct::translateThrows, transUnit );
    371370                PASS( "Fix Labels", ControlStruct::fixLabels, transUnit );
    372                 PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit  );
     371        PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit  );
    373372                PASS( "Fix Names", CodeGen::fixNames, transUnit );
    374373                PASS( "Gen Init", InitTweak::genInit, transUnit );
Note: See TracChangeset for help on using the changeset viewer.