Changes in src/ControlStruct/Mutate.cc [1fbeebd:be9288a]
- File:
-
- 1 edited
-
src/ControlStruct/Mutate.cc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/Mutate.cc
r1fbeebd rbe9288a 24 24 #include "SynTree/Declaration.h" // for Declaration 25 25 #include "SynTree/Mutator.h" // for mutateAll 26 //#include "ExceptMutator.h" 26 27 27 28 #include "Common/PassVisitor.h" // for PassVisitor … … 36 37 37 38 // normalizes label definitions and generates multi-level exit labels 38 PassVisitor<LabelFixer> lfix; 39 LabelFixer lfix; 40 41 //ExceptMutator exc; 39 42 40 43 mutateAll( translationUnit, formut ); 41 44 acceptAll( translationUnit, lfix ); 45 //mutateAll( translationUnit, exc ); 42 46 } 43 47 } // namespace CodeGen
Note:
See TracChangeset
for help on using the changeset viewer.