Changes in src/main.cc [25fcb84:bfd0a1a]
- File:
-
- 1 edited
-
src/main.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
r25fcb84 rbfd0a1a 264 264 } // if 265 265 266 PASS( " fixLabels", ControlStruct::fixLabels( translationUnit ) );266 PASS( "mutate", ControlStruct::mutate( translationUnit ) ); 267 267 PASS( "fixNames", CodeGen::fixNames( translationUnit ) ); 268 268 PASS( "genInit", InitTweak::genInit( translationUnit ) );
Note:
See TracChangeset
for help on using the changeset viewer.