[ARM] Remove unused declaration ARMBaseRegisterInfoARMBaseRegisterInfo::getOpcode
authorKazu Hirata <kazu@google.com>
Wed, 17 May 2023 02:03:33 +0000 (19:03 -0700)
committerKazu Hirata <kazu@google.com>
Wed, 17 May 2023 02:03:33 +0000 (19:03 -0700)
llvm/lib/Target/ARM/ARMBaseRegisterInfo.h

index d1d0254..926d702 100644 (file)
@@ -134,9 +134,6 @@ protected:
   // Can be only subclassed.
   explicit ARMBaseRegisterInfo();
 
-  // Return the opcode that implements 'Op', or 0 if no opcode
-  unsigned getOpcode(int Op) const;
-
 public:
   /// Code Generation virtual methods...
   const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;