1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-03 02:31:26 +00:00

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

@ -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;