Ignore:
Timestamp:
Nov 8, 2021, 11:12:46 AM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
a5a08a05
Parents:
de31a1d
Message:

Changed some of the new ast code so they no longer pass around the empty LabelGenerator?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/MultiLevelExit.hpp

    rde31a1d rcb921d4  
    1010// Created On       : Mon Nov  1 13:49:00 2021
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Mon Nov  5 19:20:00 2021
    13 // Update Count     : 1
     12// Last Modified On : Mon Nov  8 10:53:00 2021
     13// Update Count     : 3
    1414//
    1515
     
    3131/// Mutate a function body to handle multi-level exits.
    3232const ast::CompoundStmt * multiLevelExitUpdate(
    33         const ast::CompoundStmt *, const LabelToStmt &, LabelGenerator *);
     33        const ast::CompoundStmt *, const LabelToStmt & );
    3434
    3535}
Note: See TracChangeset for help on using the changeset viewer.