Changeset be5aa1b for src/ControlStruct/MLEMutator.h
- Timestamp:
- May 27, 2015, 4:40:05 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- 46cbfe1, 52ac3b4
- Parents:
- 6aa5ec0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/MLEMutator.h
r6aa5ec0f rbe5aa1b 9 9 // Author : Rodolfo G. Esteves 10 10 // Created On : Mon May 18 07:44:20 2015 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Tue May 19 15:32:39201513 // Update Count : 311 // Last Modified By : Rob Schluntz 12 // Last Modified On : Tue May 26 15:04:21 2015 13 // Update Count : 7 14 14 // 15 15 … … 75 75 Label breakLabel; 76 76 LabelGenerator *generator; 77 78 template< typename SwitchClass > 79 friend Statement *handleSwitchStmt( SwitchClass *switchStmt, MLEMutator &mutator ); 77 80 }; 78 81 } // namespace ControlStruct
Note: See TracChangeset
for help on using the changeset viewer.