Changeset 96ea77a for src/main.cc


Ignore:
Timestamp:
Jul 3, 2023, 1:43:54 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r8909a2d r96ea77a  
    343343                PASS( "Implement Concurrent Keywords", Concurrency::implementKeywords, transUnit );
    344344                PASS( "Forall Pointer Decay", Validate::decayForallPointers, transUnit );
    345         PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit  );
    346345                PASS( "Hoist Control Declarations", ControlStruct::hoistControlDecls, transUnit );
    347346
     
    370369                PASS( "Translate Throws", ControlStruct::translateThrows, transUnit );
    371370                PASS( "Fix Labels", ControlStruct::fixLabels, transUnit );
     371        PASS( "Implement Waituntil", Concurrency::generateWaitUntil, transUnit  );
    372372                PASS( "Fix Names", CodeGen::fixNames, transUnit );
    373373                PASS( "Gen Init", InitTweak::genInit, transUnit );
Note: See TracChangeset for help on using the changeset viewer.