summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-09-18 13:49:54 +0000
committerTom Stellard <thomas.stellard@amd.com>2012-09-18 13:49:54 +0000
commit1b5585a35092726abac4ef9358fb9b30ac1b3e6b (patch)
treed3b3f4bdb35ace3bf189b56d99b70bbb8e2fa22b /llvm
parent9bc3efc81ca8875a30206c4551baa402dfb97a56 (diff)
downloadbcm5719-llvm-1b5585a35092726abac4ef9358fb9b30ac1b3e6b.tar.gz
bcm5719-llvm-1b5585a35092726abac4ef9358fb9b30ac1b3e6b.zip
Make MachinePostDominatorTree::DT private
llvm-svn: 164125
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/MachinePostDominators.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/MachinePostDominators.h b/llvm/include/llvm/CodeGen/MachinePostDominators.h
index efadd00485f..a9fc8434abe 100644
--- a/llvm/include/llvm/CodeGen/MachinePostDominators.h
+++ b/llvm/include/llvm/CodeGen/MachinePostDominators.h
@@ -27,10 +27,12 @@ namespace llvm {
/// to compute the a post-dominator tree.
///
struct MachinePostDominatorTree : public MachineFunctionPass {
- static char ID;
-
+private:
DominatorTreeBase<MachineBasicBlock> *DT;
+public:
+ static char ID;
+
MachinePostDominatorTree();
~MachinePostDominatorTree();
OpenPOWER on IntegriCloud