forked from OSchip/llvm-project
[ARM] Remove declaration of unimplemented function. NFC.
llvm-svn: 371331
This commit is contained in:
parent
178cd2cd3a
commit
df2501adca
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue