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