Changes in src/main.cpp [525f7ad:c778ef1]
- File:
-
- 1 edited
-
src/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r525f7ad rc778ef1 53 53 #include "ControlStruct/FixLabels.hpp" // for fixLabels 54 54 #include "ControlStruct/HoistControlDecls.hpp" // hoistControlDecls 55 #include "ControlStruct/TrasnlateEnumRange.hpp" // translateEnumRange56 55 #include "GenPoly/Box.hpp" // for box 57 56 #include "GenPoly/InstantiateGeneric.hpp" // for instantiateGeneric … … 324 323 PASS( "Hoist Struct", Validate::hoistStruct, transUnit ); 325 324 PASS( "Validate Generic Parameters", Validate::fillGenericParameters, transUnit ); 326 PASS( "Translate Enum Range Expression", ControlStruct::translateEnumRange, transUnit );327 325 PASS( "Translate Dimensions", Validate::translateDimensionParameters, transUnit ); 328 326 // Need to happen before fixing returns because implementEnumFunc has ReturnStmt
Note:
See TracChangeset
for help on using the changeset viewer.