AMDGPU: Fix warning discovered by r317266 [-Wunused-private-field]

llvm-svn: 317280
This commit is contained in:
Konstantin Zhuravlyov 2017-11-02 22:35:22 +00:00
parent 1524e67feb
commit 275a4f76c4
1 changed files with 0 additions and 1 deletions

View File

@ -140,7 +140,6 @@ class SIMachineFunctionInfo final : public AMDGPUMachineFunction {
private:
unsigned LDSWaveSpillSize = 0;
unsigned ScratchOffsetReg;
unsigned NumUserSGPRs = 0;
unsigned NumSystemSGPRs = 0;