Changes in src/main.cc [bfd0a1a:25fcb84]
- File:
-
- 1 edited
-
src/main.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rbfd0a1a r25fcb84 264 264 } // if 265 265 266 PASS( " mutate", ControlStruct::mutate( translationUnit ) );266 PASS( "fixLabels", ControlStruct::fixLabels( 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.