projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c13026
)
Remove friend declaration for removed function.
author
Cameron Zwarich
<zwarich@apple.com>
Sun, 23 Jan 2011 04:54:34 +0000
(
04:54
+0000)
committer
Cameron Zwarich
<zwarich@apple.com>
Sun, 23 Jan 2011 04:54:34 +0000
(
04:54
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124057
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/Dominators.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/Dominators.h
b/include/llvm/Analysis/Dominators.h
index 5e86e2b67a0d83875a29056c6679629d0c65105e..d8a254c7f9f2c40291fd3f2fb849c330d1bb3dbf 100644
(file)
--- a/
include/llvm/Analysis/Dominators.h
+++ b/
include/llvm/Analysis/Dominators.h
@@
-574,11
+574,6
@@
protected:
DominatorTreeBase<typename GraphT::NodeType>& DT,
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,