Changes in src/Common/PassVisitor.impl.h [a5f0529:3268a58]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.impl.h
ra5f0529 r3268a58 607 607 608 608 template< typename pass_type > 609 void PassVisitor< pass_type >::visit( VirtualCastExpr * node ) {610 VISIT_BODY( node );611 }612 613 template< typename pass_type >614 609 void PassVisitor< pass_type >::visit( AddressExpr * node ) { 615 610 VISIT_BODY( node ); … … 984 979 985 980 template< typename pass_type > 986 Expression * PassVisitor< pass_type >::mutate( VirtualCastExpr * node ) {987 MUTATE_BODY( Expression, node );988 }989 990 template< typename pass_type >991 981 Expression * PassVisitor< pass_type >::mutate( UntypedMemberExpr * node ) { 992 982 MUTATE_BODY( Expression, node );
Note:
See TracChangeset
for help on using the changeset viewer.