Remove unused fields and arguments.
[oota-llvm.git] / lib / Target / R600 / R600MachineFunctionInfo.h
index 99c1f91b09b19f6bf2e1977718fc717aaed4999f..70fddbb6d505e31685832e9bf29c20616556946c 100644 (file)
@@ -25,6 +25,7 @@ public:
   R600MachineFunctionInfo(const MachineFunction &MF);
   SmallVector<unsigned, 4> LiveOuts;
   std::vector<unsigned> IndirectRegs;
+  unsigned StackSize;
 };
 
 } // End llvm namespace