Changeset 9dbf7c8 for src/main.cc


Ignore:
Timestamp:
Oct 19, 2017, 11:15:36 AM (7 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:
aabc60c
Parents:
582ee28
git-author:
Rob Schluntz <rschlunt@…> (10/17/17 12:55:58)
git-committer:
Rob Schluntz <rschlunt@…> (10/19/17 11:15:36)
Message:

Modify CopyParams? to use DWT pointers rather than unique ids

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r582ee28 r9dbf7c8  
    321321                OPTPRINT("instantiateGenerics")
    322322                GenPoly::instantiateGeneric( translationUnit );
     323                OPTPRINT( "convertLvalue" )
     324                GenPoly::convertLvalue( translationUnit );
    323325                OPTPRINT( "copyParams" );
    324326                GenPoly::copyParams( translationUnit );
    325                 OPTPRINT( "convertLvalue" )
    326                 GenPoly::convertLvalue( translationUnit );
    327327
    328328                if ( bboxp ) {
Note: See TracChangeset for help on using the changeset viewer.