Changeset c408483 for src/Tuples


Ignore:
Timestamp:
Jul 28, 2020, 2:37:36 PM (4 years ago)
Author:
Fangren Yu <f37yu@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
eb1be63
Parents:
d1ee9ec
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Explode.cc

    rd1ee9ec rc408483  
    147147        }
    148148
    149         const ast::Expr * postmutate( const ast::UniqueExpr * node ) {
     149        const ast::Expr * postvisit( const ast::UniqueExpr * node ) {
    150150                // move cast into unique expr so that the unique expr has type T& rather than
    151151                // type T. In particular, this transformation helps with generating the
     
    166166        }
    167167
    168         const ast::Expr * postmutate( const ast::TupleIndexExpr * tupleExpr ) {
     168        const ast::Expr * postvisit( const ast::TupleIndexExpr * tupleExpr ) {
    169169                // tuple index expr needs to be rebuilt to ensure that the type of the
    170170                // field is consistent with the type of the tuple expr, since the field
Note: See TracChangeset for help on using the changeset viewer.