diff options
Diffstat (limited to 'llvm/include/llvm/Support/GenericDomTree.h')
| -rw-r--r-- | llvm/include/llvm/Support/GenericDomTree.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/include/llvm/Support/GenericDomTree.h b/llvm/include/llvm/Support/GenericDomTree.h index 6e6ee400164..82ee938db9b 100644 --- a/llvm/include/llvm/Support/GenericDomTree.h +++ b/llvm/include/llvm/Support/GenericDomTree.h @@ -684,6 +684,10 @@ protected: unsigned LastLinked); template <class GraphT> + friend unsigned ReverseDFSPass(DominatorTreeBaseByGraphTraits<GraphT> &DT, + typename GraphT::NodeRef V, unsigned N); + + template <class GraphT> friend unsigned DFSPass(DominatorTreeBaseByGraphTraits<GraphT> &DT, typename GraphT::NodeRef V, unsigned N); |

