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 | 652696fc1368b877427bbd29500ecd47fd6fb461 (patch) | |
| tree | d63ce83f8d4c9e591bedb89edb2a2d9eed29fe97 | |
| parent | 0e7e34e476a196e0075586ef2076235edb35b8c9 (diff) | |
| download | bcm5719-llvm-652696fc1368b877427bbd29500ecd47fd6fb461.tar.gz bcm5719-llvm-652696fc1368b877427bbd29500ecd47fd6fb461.zip | |
Remove friend declaration for removed function.
llvm-svn: 124057
| -rw-r--r-- | llvm/include/llvm/Analysis/Dominators.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/Analysis/Dominators.h b/llvm/include/llvm/Analysis/Dominators.h index 5e86e2b67a0..d8a254c7f9f 100644 --- a/llvm/include/llvm/Analysis/Dominators.h +++ b/llvm/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); |

