diff options
author | Cameron Zwarich <zwarich@apple.com> | 2011-01-23 04:54:34 +0000 |
---|---|---|
committer | Cameron Zwarich <zwarich@apple.com> | 2011-01-23 04:54:34 +0000 |
commit | 53e069ffab9ab055f20b5aa9ad54fecaa2612192 (patch) | |
tree | 5103bec0318ae40a38a6b02bfb716577dead6a60 | |
parent | 1c13026e8f94bd332c0979baa9c777da99d48736 (diff) |
Remove friend declaration for removed function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124057 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Analysis/Dominators.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Analysis/Dominators.h b/include/llvm/Analysis/Dominators.h index 5e86e2b67a..d8a254c7f9 100644 --- a/include/llvm/Analysis/Dominators.h +++ b/include/llvm/Analysis/Dominators.h @@ -575,11 +575,6 @@ protected: typename GraphT::NodeType* V); template<class GraphT> - friend void Link(DominatorTreeBase<typename GraphT::NodeType>& DT, - unsigned DFSNumV, typename GraphT::NodeType* W, - typename DominatorTreeBase<typename GraphT::NodeType>::InfoRec &WInfo); - - template<class GraphT> friend unsigned DFSPass(DominatorTreeBase<typename GraphT::NodeType>& DT, typename GraphT::NodeType* V, unsigned N); |