Changes in src/ControlStruct/Mutate.cc [145f1fc:4162aea9]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/Mutate.cc
r145f1fc r4162aea9 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Rob Schluntz 12 // Last Modified On : Wed Ju l 15 14:50:04201513 // Update Count : 712 // Last Modified On : Wed Jun 03 23:08:43 2015 13 // Update Count : 5 14 14 // 15 15 … … 36 36 namespace ControlStruct { 37 37 void mutate( std::list< Declaration * > translationUnit ) { 38 // hoist initialization out of for statements 39 ForExprMutator formut; 38 // ForExprMutator formut; 40 39 41 40 // normalizes label definitions and generates multi-level … … 52 51 // LabelTypeChecker lbl; 53 52 54 mutateAll( translationUnit, formut );53 // mutateAll( translationUnit, formut ); 55 54 acceptAll( translationUnit, lfix ); 56 55 mutateAll( translationUnit, chmut );
Note:
See TracChangeset
for help on using the changeset viewer.