Changes in src/Common/PassVisitor.proto.h [b73bd70:2a7b3ca]
- File:
-
- 1 edited
-
src/Common/PassVisitor.proto.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Common/PassVisitor.proto.h
rb73bd70 r2a7b3ca 56 56 // Deep magic (a.k.a template meta programming) to make the templated visitor work 57 57 // Basically the goal is to make 2 previsit_impl 58 // 1 - Use when a pass implements a valid previsit. This uses overloading which means the any overload of 58 // 1 - Use when a pass implements a valid previsit. This uses overloading which means the any overload of 59 59 // 'pass.previsit( node )' that compiles will be used for that node for that type 60 60 // This requires that this option only compile for passes that actually define an appropriate visit.
Note:
See TracChangeset
for help on using the changeset viewer.