From: Konstantin Zhuravlyov Date: Thu, 2 Nov 2017 20:48:06 +0000 (+0000) Subject: AMDGPU: Remove outdated fixme (it was already fixed) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37bbee84d83c14043e07ea9d76bb7789c697eb6d;p=llvm AMDGPU: Remove outdated fixme (it was already fixed) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@317266 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AMDGPU/SIMachineFunctionInfo.h b/lib/Target/AMDGPU/SIMachineFunctionInfo.h index ade909cc84e..5f5636e119a 100644 --- a/lib/Target/AMDGPU/SIMachineFunctionInfo.h +++ b/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