Changeset cb921d4 for src/ControlStruct/MultiLevelExit.hpp
- Timestamp:
- Nov 8, 2021, 11:12:46 AM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- a5a08a05
- Parents:
- de31a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MultiLevelExit.hpp
rde31a1d rcb921d4 10 10 // Created On : Mon Nov 1 13:49:00 2021 11 11 // Last Modified By : Andrew Beach 12 // Last Modified On : Mon Nov 5 19:20:00 202113 // Update Count : 112 // Last Modified On : Mon Nov 8 10:53:00 2021 13 // Update Count : 3 14 14 // 15 15 … … 31 31 /// Mutate a function body to handle multi-level exits. 32 32 const ast::CompoundStmt * multiLevelExitUpdate( 33 const ast::CompoundStmt *, const LabelToStmt & , LabelGenerator *);33 const ast::CompoundStmt *, const LabelToStmt & ); 34 34 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.