Changes in src/Common/PassVisitor.impl.h [cc32d83:842c3d3]
- File:
-
- 1 edited
-
src/Common/PassVisitor.impl.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
rcc32d83 r842c3d3 777 777 778 778 //-------------------------------------------------------------------------- 779 // AsmStmt780 template< typename pass_type >781 void PassVisitor< pass_type >::visit( DirectiveStmt * node ) {782 VISIT_START( node )783 784 VISIT_END( node );785 }786 787 template< typename pass_type >788 Statement * PassVisitor< pass_type >::mutate( DirectiveStmt * node ) {789 MUTATE_START( node );790 791 MUTATE_END( Statement, node );792 }793 794 //--------------------------------------------------------------------------795 779 // IfStmt 796 780 template< typename pass_type >
Note:
See TracChangeset
for help on using the changeset viewer.