Fix physical register liveness calculations:
[oota-llvm.git] / include / llvm / CodeGen / MachinePostDominators.h
index efadd00485f21de660bfe38048f073adcfca4dde..a9fc8434abee6bb1a01e7f2da1c5b672af0d0310 100644 (file)
@@ -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();