R600/SI: Use scratch memory for large private arrays
[oota-llvm.git] / lib / Target / R600 / SIMachineFunctionInfo.h
index 96e619bde8d6b7931a86edb2238419d2eb9957d3..9684d285cec273b697ae5051a5f5ff8cbb147834 100644 (file)
@@ -59,6 +59,7 @@ public:
   SIMachineFunctionInfo(const MachineFunction &MF);
   unsigned PSInputAddr;
   struct RegSpillTracker SpillTracker;
+  unsigned NumUserSGPRs;
 };
 
 } // End namespace llvm