AMDGPU/SI: Don't set DATA_FORMAT if ADD_TID_ENABLE is set
[oota-llvm.git] / lib / Target / AMDGPU / SIInstrInfo.h
index f4b2f2da2a01ff598c29660a89e72067ef390629..ba8b89adc70640e5f0d77c071a7dbd931e7175a9 100644 (file)
@@ -356,7 +356,7 @@ public:
   }
 
   uint64_t getDefaultRsrcDataFormat() const;
-
+  uint64_t getScratchRsrcWords23() const;
 };
 
 namespace AMDGPU {