Changeset 25fcb84 for src/main.cc


Ignore:
Timestamp:
May 31, 2018, 10:41:38 AM (6 years ago)
Author:
Rob Schluntz <rschlunt@…>
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
Message:

Reorder if/for initialization hoisting pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    rd15a45d r25fcb84  
    264264                } // if
    265265
    266                 PASS( "mutate", ControlStruct::mutate( translationUnit ) );
     266                PASS( "fixLabels", ControlStruct::fixLabels( translationUnit ) );
    267267                PASS( "fixNames", CodeGen::fixNames( translationUnit ) );
    268268                PASS( "genInit", InitTweak::genInit( translationUnit ) );
Note: See TracChangeset for help on using the changeset viewer.