Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/Mutate.cc

    r1fbeebd rbe9288a  
    2424#include "SynTree/Declaration.h"   // for Declaration
    2525#include "SynTree/Mutator.h"       // for mutateAll
     26//#include "ExceptMutator.h"
    2627
    2728#include "Common/PassVisitor.h"    // for PassVisitor
     
    3637
    3738                // normalizes label definitions and generates multi-level exit labels
    38                 PassVisitor<LabelFixer> lfix;
     39                LabelFixer lfix;
     40
     41                //ExceptMutator exc;
    3942
    4043                mutateAll( translationUnit, formut );
    4144                acceptAll( translationUnit, lfix );
     45                //mutateAll( translationUnit, exc );
    4246        }
    4347} // namespace CodeGen
Note: See TracChangeset for help on using the changeset viewer.