Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/Mutate.cc

    r145f1fc r4162aea9  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Wed Jul 15 14:50:04 2015
    13 // Update Count     : 7
     12// Last Modified On : Wed Jun 03 23:08:43 2015
     13// Update Count     : 5
    1414//
    1515
     
    3636namespace ControlStruct {
    3737        void mutate( std::list< Declaration * > translationUnit ) {
    38                 // hoist initialization out of for statements
    39                 ForExprMutator formut;
     38                // ForExprMutator formut;
    4039
    4140                // normalizes label definitions and generates multi-level
     
    5251                // LabelTypeChecker lbl;
    5352
    54                 mutateAll( translationUnit, formut );
     53                // mutateAll( translationUnit, formut );
    5554                acceptAll( translationUnit, lfix );
    5655                mutateAll( translationUnit, chmut );
Note: See TracChangeset for help on using the changeset viewer.