Changeset 1132b62 for src/main.cc


Ignore:
Timestamp:
Sep 20, 2016, 7:14:15 PM (8 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, resolv-new, with_gc
Children:
65660bd
Parents:
23b6643f
Message:

copy construct tuple function arguments, and destruct tuple function results

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r23b6643f r1132b62  
    269269                OPTPRINT( "convertLvalue" )
    270270                GenPoly::convertLvalue( translationUnit );
     271
     272                if ( bboxp ) {
     273                        dump( translationUnit );
     274                        return 0;
     275                } // if
     276                OPTPRINT( "box" )
     277                GenPoly::box( translationUnit );
    271278                OPTPRINT( "expandTuples" ); // xxx - is this the right place for this?
    272279                Tuples::expandTuples( translationUnit );
    273 
    274                 if ( bboxp ) {
    275                         dump( translationUnit );
    276                         return 0;
    277                 } // if
    278                 OPTPRINT( "box" )
    279                 GenPoly::box( translationUnit );
    280280
    281281                // print tree right before code generation
Note: See TracChangeset for help on using the changeset viewer.