Changeset 69bafd2 for src/Common/PassVisitor.impl.h
- Timestamp:
- May 15, 2019, 3:57:26 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 3648d98
- Parents:
- 9e1d485 (diff), be567e9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
r9e1d485 r69bafd2 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.