Changeset 25fcb84 for src/main.cc
- Timestamp:
- May 31, 2018, 10:41:38 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
- Children:
- cf5e5b1
- Parents:
- d15a45d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cc
rd15a45d 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.