aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Lanai/LanaiRegisterInfo.h
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-04-26 23:37:01 +0000
committerMatthias Braun <matze@braunis.de>2017-04-26 23:37:01 +0000
commit7c2792bdea1582f2c99d59ca8ee6b20ad94498d2 (patch)
treef7c39f8fe98831cbd53e5bc74ca0a96f25fb7c9f /lib/Target/Lanai/LanaiRegisterInfo.h
parenta596026865af5fc18ebfa1c3a56d530d6085f98b (diff)
Lanai: Remove unnecessary canRealignStack() override; NFC
It was doing the same as the base implementation and was irritating me when I was searching for backends that have custom behavior for canRealignStack. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Lanai/LanaiRegisterInfo.h')
-rw-r--r--lib/Target/Lanai/LanaiRegisterInfo.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/Lanai/LanaiRegisterInfo.h b/lib/Target/Lanai/LanaiRegisterInfo.h
index c6e459076eb..d88a1919385 100644
--- a/lib/Target/Lanai/LanaiRegisterInfo.h
+++ b/lib/Target/Lanai/LanaiRegisterInfo.h
@@ -41,8 +41,6 @@ struct LanaiRegisterInfo : public LanaiGenRegisterInfo {
unsigned FIOperandNum,
RegScavenger *RS = nullptr) const override;
- bool canRealignStack(const MachineFunction &MF) const override;
-
// Debug information queries.
unsigned getRARegister() const;
unsigned getFrameRegister(const MachineFunction &MF) const override;