Ignore:
Timestamp:
Jan 24, 2024, 6:05:54 AM (8 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
16afb2a, 221c542e, 8a33777
Parents:
544deb9 (diff), 61e362f (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/CodeGen/CodeGenerator.cpp

    r544deb9 r71b5aad5  
    11351135                if ( clause->when_cond ) {
    11361136                        output << "when(";
    1137                         stmt->timeout_cond->accept( *visitor );
     1137                        clause->when_cond->accept( *visitor );
    11381138                        output << ") ";
    11391139                }
Note: See TracChangeset for help on using the changeset viewer.