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