Changes in src/ControlStruct/Mutate.cc [906e24d:0db6fc0]
- File:
-
- 1 edited
-
src/ControlStruct/Mutate.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/Mutate.cc
r906e24d r0db6fc0 26 26 27 27 #include "Common/utility.h" 28 #include "Common/PassVisitor.h" 28 29 29 30 #include "SynTree/Visitor.h" … … 34 35 void mutate( std::list< Declaration * > translationUnit ) { 35 36 // hoist initialization out of for statements 36 ForExprMutatorformut;37 PassVisitor<ForExprMutator> formut; 37 38 38 39 // normalizes label definitions and generates multi-level exit labels
Note:
See TracChangeset
for help on using the changeset viewer.