[llvm] r317266 - AMDGPU: Remove outdated fixme (it was already fixed)

Konstantin Zhuravlyov via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 13:48:06 PDT 2017


Author: kzhuravl
Date: Thu Nov  2 13:48:06 2017
New Revision: 317266

URL: http://llvm.org/viewvc/llvm-project?rev=317266&view=rev
Log:
AMDGPU: Remove outdated fixme (it was already fixed)

Modified:
    llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.h

Modified: llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.h?rev=317266&r1=317265&r2=317266&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.h (original)
+++ llvm/trunk/lib/Target/AMDGPU/SIMachineFunctionInfo.h Thu Nov  2 13:48:06 2017
@@ -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




More information about the llvm-commits mailing list