summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDavid Green <david.green@arm.com>2019-09-08 13:13:15 +0000
committerDavid Green <david.green@arm.com>2019-09-08 13:13:15 +0000
commitdf2501adcac7d7075c1c51a90fe9bcb1e4281619 (patch)
tree44c94abfc08b4de827074cdef7977c886143b6db /llvm/lib
parent178cd2cd3a69046c88ade1b31796f3f90b7e86a0 (diff)
downloadbcm5719-llvm-df2501adcac7d7075c1c51a90fe9bcb1e4281619.tar.gz
bcm5719-llvm-df2501adcac7d7075c1c51a90fe9bcb1e4281619.zip
[ARM] Remove declaration of unimplemented function. NFC.
llvm-svn: 371331
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMBaseRegisterInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h b/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
index 37248ac6ecf..477f3ad0a9a 100644
--- a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud