Changes in src/Common/PassVisitor.impl.h [712348a:37e3af4]
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r712348a r37e3af4 2712 2712 2713 2713 //-------------------------------------------------------------------------- 2714 // Subrange 2715 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 //-------------------------------------------------------------------------- 2714 2730 // Attribute 2715 2731 template< typename pass_type >
Note:
See TracChangeset
for help on using the changeset viewer.