Changes in src/Common/PassVisitor.impl.h [37e3af4:712348a]
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r37e3af4 r712348a 2712 2712 2713 2713 //-------------------------------------------------------------------------- 2714 // Subrange2715 template< typename pass_type >2716 void PassVisitor< pass_type >::visit( Subrange * node ) {2717 VISIT_START( node );2718 2719 VISIT_END( node );2720 }2721 2722 template< typename pass_type >2723 Subrange * PassVisitor< pass_type >::mutate( Subrange * node ) {2724 MUTATE_START( node );2725 2726 MUTATE_END( Subrange, node );2727 }2728 2729 //--------------------------------------------------------------------------2730 2714 // Attribute 2731 2715 template< typename pass_type >
Note:
See TracChangeset
for help on using the changeset viewer.