Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.impl.h

    r665f432 r033ff37  
    24522452
    24532453        indexerScopedAccept( node->result    , *this );
     2454        maybeAccept_impl   ( node->inout     , *this );
    24542455        maybeAccept_impl   ( node->constraint, *this );
    24552456        maybeAccept_impl   ( node->operand   , *this );
     
    24632464
    24642465        indexerScopedAccept( node->result    , *this );
     2466        maybeAccept_impl   ( node->inout     , *this );
    24652467        maybeAccept_impl   ( node->constraint, *this );
    24662468        maybeAccept_impl   ( node->operand   , *this );
     
    24752477        indexerScopedMutate( node->env       , *this );
    24762478        indexerScopedMutate( node->result    , *this );
     2479        maybeMutate_impl   ( node->inout     , *this );
    24772480        maybeMutate_impl   ( node->constraint, *this );
    24782481        maybeMutate_impl   ( node->operand   , *this );
Note: See TracChangeset for help on using the changeset viewer.