Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/SynTree/Mutator.cc

    rafc1045 r4040425  
    274274}
    275275
    276 Expression *Mutator::mutate( OffsetPackExpr *offsetPackExpr ) {
    277         mutateAll( offsetPackExpr->get_results(), *this );
    278         offsetPackExpr->set_type( maybeMutate( offsetPackExpr->get_type(), *this ) );
    279         return offsetPackExpr;
    280 }
    281 
    282276Expression *Mutator::mutate( AttrExpr *attrExpr ) {
    283277        mutateAll( attrExpr->get_results(), *this );
Note: See TracChangeset for help on using the changeset viewer.