[llvm-commits] [llvm] r124057 - /llvm/trunk/include/llvm/Analysis/Dominators.h
Cameron Zwarich
zwarich at apple.com
Sat Jan 22 20:54:34 PST 2011
Author: zwarich
Date: Sat Jan 22 22:54:34 2011
New Revision: 124057
URL: http://llvm.org/viewvc/llvm-project?rev=124057&view=rev
Log:
Remove friend declaration for removed function.
Modified:
llvm/trunk/include/llvm/Analysis/Dominators.h
Modified: llvm/trunk/include/llvm/Analysis/Dominators.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/Dominators.h?rev=124057&r1=124056&r2=124057&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/Dominators.h (original)
+++ llvm/trunk/include/llvm/Analysis/Dominators.h Sat Jan 22 22:54:34 2011
@@ -575,11 +575,6 @@
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);
More information about the llvm-commits
mailing list