Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cpp

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