Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/AST/Pass.impl.hpp

    reb779d5 r62c6cfa  
    11211121
    11221122//--------------------------------------------------------------------------
    1123 // CorunStmt
    1124 template< typename core_t >
    1125 const ast::Stmt * ast::Pass< core_t >::visit( const ast::CorunStmt * node ) {
    1126         VISIT_START( node );
    1127 
    1128         if ( __visit_children() ) {
    1129                 maybe_accept( node, &CorunStmt::stmt );
    1130         }
    1131 
    1132         VISIT_END( Stmt, node );
    1133 }
    1134 
    1135 //--------------------------------------------------------------------------
    11361123// ApplicationExpr
    11371124template< typename core_t >
Note: See TracChangeset for help on using the changeset viewer.