Changeset c408483 for src/Tuples/Explode.cc
- Timestamp:
- Jul 28, 2020, 2:37:36 PM (3 years ago)
- Branches:
- ADT, arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- eb1be63
- Parents:
- d1ee9ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Explode.cc
rd1ee9ec rc408483 147 147 } 148 148 149 const ast::Expr * post mutate( const ast::UniqueExpr * node ) {149 const ast::Expr * postvisit( const ast::UniqueExpr * node ) { 150 150 // move cast into unique expr so that the unique expr has type T& rather than 151 151 // type T. In particular, this transformation helps with generating the … … 166 166 } 167 167 168 const ast::Expr * post mutate( const ast::TupleIndexExpr * tupleExpr ) {168 const ast::Expr * postvisit( const ast::TupleIndexExpr * tupleExpr ) { 169 169 // tuple index expr needs to be rebuilt to ensure that the type of the 170 170 // field is consistent with the type of the tuple expr, since the field
Note: See TracChangeset
for help on using the changeset viewer.