[llvm] ea91a8c - [AMDGPU][NFC] Remove non-existing function header

Sebastian Neubauer via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 09:20:54 PDT 2021


Author: Sebastian Neubauer
Date: 2021-05-26T18:20:33+02:00
New Revision: ea91a8cbab93e6592c918b771942598ad0e9b571

URL: https://github.com/llvm/llvm-project/commit/ea91a8cbab93e6592c918b771942598ad0e9b571
DIFF: https://github.com/llvm/llvm-project/commit/ea91a8cbab93e6592c918b771942598ad0e9b571.diff

LOG: [AMDGPU][NFC] Remove non-existing function header

Added: 
    

Modified: 
    llvm/lib/Target/AMDGPU/SIRegisterInfo.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/AMDGPU/SIRegisterInfo.h b/llvm/lib/Target/AMDGPU/SIRegisterInfo.h
index 424e3d0af804..25e7046a0610 100644
--- a/llvm/lib/Target/AMDGPU/SIRegisterInfo.h
+++ b/llvm/lib/Target/AMDGPU/SIRegisterInfo.h
@@ -111,9 +111,6 @@ class SIRegisterInfo final : public AMDGPUGenRegisterInfo {
   void buildVGPRSpillLoadStore(SGPRSpillBuilder &SB, int Index, int Offset,
                                bool IsLoad, bool IsKill = true) const;
 
-  void buildSGPRSpillLoadStore(SGPRSpillBuilder &SB, int Offset,
-                               int64_t VGPRLanes) const;
-
   /// If \p OnlyToVGPR is true, this will only succeed if this
   bool spillSGPR(MachineBasicBlock::iterator MI,
                  int FI, RegScavenger *RS,


        


More information about the llvm-commits mailing list