From 40b28a5fe66256970289eb60a1d3b508d7829a08 Mon Sep 17 00:00:00 2001 From: David Green Date: Sun, 8 Sep 2019 13:13:15 +0000 Subject: [PATCH] [ARM] Remove declaration of unimplemented function. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371331 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMBaseRegisterInfo.h | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.40.0