Revert "R600: Add new intrinsic to read work dimensions"
[oota-llvm.git] / lib / Target / R600 / AMDGPUMachineFunction.h
index f5e4694e76f6ff854473751305d954bd71f8b428..886fb1b1fc3383db7431adb474a3a2539a4ae751 100644 (file)
@@ -30,9 +30,6 @@ public:
   /// Number of bytes in the LDS that are being used.
   unsigned LDSSize;
 
-  /// Start of implicit kernel args
-  unsigned ABIArgOffset;
-
   unsigned getShaderType() const {
     return ShaderType;
   }