Break friendship.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2007-06-06 00:59:48 +00:00
parent e705213b67
commit 4cd950f61b

View File

@ -61,9 +61,6 @@ public:
// DomTreeNode - Dominator Tree Node
class DomTreeNode {
friend class DominatorTree;
friend struct PostDominatorTree;
BasicBlock *TheBB;
DomTreeNode *IDom;
std::vector<DomTreeNode*> Children;