Ignore:
Timestamp:
May 23, 2018, 4:31:45 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
eba74ba
Parents:
824a2dc
Message:

Tractable tests all pass in GC branch; added tracing for BranchStmt?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/GcTracer.h

    r824a2dc r3ef35bd  
    112112        }
    113113
     114        void postvisit( BranchStmt* stmt ) {
     115                postvisit( static_cast<Statement*>(stmt) );
     116                visit( stmt->target );
     117                maybeAccept( stmt->computedTarget, *visitor );
     118        }
     119
    114120        void postvisit( Type* type ) {
    115121                acceptAll( type->attributes, *visitor );
Note: See TracChangeset for help on using the changeset viewer.