diff options
author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-11-02 22:35:22 +0000 |
---|---|---|
committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-11-02 22:35:22 +0000 |
commit | 275a4f76c4b9f15cc0f73c38b8f9ee12e0e477d5 (patch) | |
tree | f559c6e9c69fc180f573ccf81e5029b68407ff3c /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | |
parent | 1524e67feb5ad7fe9d6b42392929c1c6771cffab (diff) | |
download | bcm5719-llvm-275a4f76c4b9f15cc0f73c38b8f9ee12e0e477d5.tar.gz bcm5719-llvm-275a4f76c4b9f15cc0f73c38b8f9ee12e0e477d5.zip |
AMDGPU: Fix warning discovered by r317266 [-Wunused-private-field]
llvm-svn: 317280
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h index 5f5636e119a..fed31fbf42b 100644 --- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h +++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h @@ -140,7 +140,6 @@ class SIMachineFunctionInfo final : public AMDGPUMachineFunction { private: unsigned LDSWaveSpillSize = 0; - unsigned ScratchOffsetReg; unsigned NumUserSGPRs = 0; unsigned NumSystemSGPRs = 0; |