Changeset bfd0a1a for src


Ignore:
Timestamp:
May 18, 2018, 1:35:18 PM (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:
682dcae
Parents:
aee472e
git-author:
Rob Schluntz <rschlunt@…> (05/18/18 13:35:15)
git-committer:
Rob Schluntz <rschlunt@…> (05/18/18 13:35:18)
Message:

Remove redundant call to Tuples::expandUniqueExpr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    raee472e rbfd0a1a  
    300300
    301301                PASS( "expandUniqueExpr", Tuples::expandUniqueExpr( translationUnit ) ); // xxx - is this the right place for this? want to expand ASAP so tha, sequent passes don't need to worry about double-visiting a unique expr - needs to go after InitTweak::fix so that copy constructed return declarations are reused
    302                 Tuples::expandUniqueExpr( translationUnit );
    303302
    304303                PASS( "translateEHM" , ControlStruct::translateEHM( translationUnit ) );
Note: See TracChangeset for help on using the changeset viewer.