From: David Green Date: Sun, 8 Sep 2019 13:13:15 +0000 (+0000) Subject: [ARM] Remove declaration of unimplemented function. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40b28a5fe66256970289eb60a1d3b508d7829a08;p=llvm [ARM] Remove declaration of unimplemented function. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371331 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h index 37248ac6ecf..477f3ad0a9a 100644 --- a/lib/Target/ARM/ARMBaseRegisterInfo.h +++ b/lib/Target/ARM/ARMBaseRegisterInfo.h @@ -179,8 +179,6 @@ public: Register getFrameRegister(const MachineFunction &MF) const override; unsigned getBaseRegister() const { return BasePtr; } - bool isLowRegister(unsigned Reg) const; - /// emitLoadConstPool - Emits a load from constpool to materialize the /// specified immediate.