diff options
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreRegisterInfo.h')
| -rw-r--r-- | llvm/lib/Target/XCore/XCoreRegisterInfo.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/XCore/XCoreRegisterInfo.h b/llvm/lib/Target/XCore/XCoreRegisterInfo.h index 35a42e1a1457..f1eec7bc87b4 100644 --- a/llvm/lib/Target/XCore/XCoreRegisterInfo.h +++ b/llvm/lib/Target/XCore/XCoreRegisterInfo.h @@ -20,8 +20,6 @@ namespace llvm { -class TargetInstrInfo; - struct XCoreRegisterInfo : public XCoreGenRegisterInfo { public: XCoreRegisterInfo(); @@ -34,8 +32,6 @@ public: bool requiresRegisterScavenging(const MachineFunction &MF) const override; - bool trackLivenessAfterRegAlloc(const MachineFunction &MF) const override; - bool useFPForScavengingIndex(const MachineFunction &MF) const override; void eliminateFrameIndex(MachineBasicBlock::iterator II, |
