Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/PassVisitor.proto.h

    rb73bd70 r2a7b3ca  
    5656// Deep magic (a.k.a template meta programming) to make the templated visitor work
    5757// 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
    5959//     'pass.previsit( node )' that compiles will be used for that node for that type
    6060//     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.