Changeset 4d7e8f5


Ignore:
Timestamp:
Jan 13, 2016, 2:31:01 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
48ca586
Parents:
aadc9a4
Message:

Move instantiateGeneric pass after box pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    raadc9a4 r4d7e8f5  
    265265                }
    266266
    267                 OPTPRINT( "instantiateGeneric" )
    268                 GenPoly::instantiateGeneric( translationUnit );
    269267                OPTPRINT( "copyParams" );
    270268                GenPoly::copyParams( translationUnit );
     
    275273                OPTPRINT( "box" )
    276274                GenPoly::box( translationUnit );
     275                OPTPRINT( "instantiateGeneric" )
     276                GenPoly::instantiateGeneric( translationUnit );
    277277
    278278                // print tree right before code generation
Note: See TracChangeset for help on using the changeset viewer.