mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 03:59:12 +00:00
Break friendship.
llvm-svn: 37450
This commit is contained in:
parent
2eefb6f4c3
commit
782ec1fbbb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user