Skip to content
Snippets Groups Projects
Commit 5aced6a5 authored by Devang Patel's avatar Devang Patel
Browse files

Break friendship.

llvm-svn: 37450
parent 30565998
No related branches found
No related tags found
No related merge requests found
...@@ -61,9 +61,6 @@ public: ...@@ -61,9 +61,6 @@ public:
// DomTreeNode - Dominator Tree Node // DomTreeNode - Dominator Tree Node
class DomTreeNode { class DomTreeNode {
friend class DominatorTree;
friend struct PostDominatorTree;
BasicBlock *TheBB; BasicBlock *TheBB;
DomTreeNode *IDom; DomTreeNode *IDom;
std::vector<DomTreeNode*> Children; std::vector<DomTreeNode*> Children;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment