diff options
author | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-11-02 20:48:06 +0000 |
---|---|---|
committer | Konstantin Zhuravlyov <kzhuravl_dev@outlook.com> | 2017-11-02 20:48:06 +0000 |
commit | b695cd41b3f20d6c47c02337eb9d16bb88a47315 (patch) | |
tree | d903b62195a90173ab3e3be8a2e2b020dc85ce9b /llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | |
parent | c5c8207eae3486efe07aecf34daafff1b14c06c3 (diff) | |
download | bcm5719-llvm-b695cd41b3f20d6c47c02337eb9d16bb88a47315.tar.gz bcm5719-llvm-b695cd41b3f20d6c47c02337eb9d16bb88a47315.zip |
AMDGPU: Remove outdated fixme (it was already fixed)
llvm-svn: 317266
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h index ade909cc84e..5f5636e119a 100644 --- a/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h +++ b/llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h @@ -87,9 +87,6 @@ public: /// This class keeps track of the SPI_SP_INPUT_ADDR config register, which /// tells the hardware which interpolation parameters to load. class SIMachineFunctionInfo final : public AMDGPUMachineFunction { - // FIXME: This should be removed and getPreloadedValue moved here. - friend class SIRegisterInfo; - unsigned TIDReg = AMDGPU::NoRegister; // Registers that may be reserved for spilling purposes. These may be the same |