Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

    r525f7ad rc778ef1  
    5353#include "ControlStruct/FixLabels.hpp"      // for fixLabels
    5454#include "ControlStruct/HoistControlDecls.hpp" //  hoistControlDecls
    55 #include "ControlStruct/TrasnlateEnumRange.hpp" // translateEnumRange
    5655#include "GenPoly/Box.hpp"                  // for box
    5756#include "GenPoly/InstantiateGeneric.hpp"   // for instantiateGeneric
     
    324323                PASS( "Hoist Struct", Validate::hoistStruct, transUnit );
    325324                PASS( "Validate Generic Parameters", Validate::fillGenericParameters, transUnit );
    326                 PASS( "Translate Enum Range Expression", ControlStruct::translateEnumRange, transUnit );
    327325                PASS( "Translate Dimensions", Validate::translateDimensionParameters, transUnit );
    328326                // Need to happen before fixing returns because implementEnumFunc has ReturnStmt
Note: See TracChangeset for help on using the changeset viewer.