summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-10-09 04:38:57 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-10-09 04:38:57 +0000
commit5c924d71173afc93aa0f0d115bd445a7496f4294 (patch)
treef8cc1da0f6670f2bfeeba7995953c724f1b14419 /llvm/lib/Target/PowerPC/PPCRegisterInfo.h
parente30cb00dc0d5a3ba4798c8da8f8535d069f49ddb (diff)
downloadbcm5719-llvm-5c924d71173afc93aa0f0d115bd445a7496f4294.tar.gz
bcm5719-llvm-5c924d71173afc93aa0f0d115bd445a7496f4294.zip
Target: Remove unused entities.
llvm-svn: 283690
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCRegisterInfo.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPCRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
index 459502eeb2e..4a96327fe55 100644
--- a/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
+++ b/llvm/lib/Target/PowerPC/PPCRegisterInfo.h
@@ -75,7 +75,7 @@ public:
/// Code Generation virtual methods...
const MCPhysReg *getCalleeSavedRegs(const MachineFunction *MF) const override;
- const MCPhysReg *getCalleeSavedRegsViaCopy(const MachineFunction *MF) const override;
+ const MCPhysReg *getCalleeSavedRegsViaCopy(const MachineFunction *MF) const;
const uint32_t *getCallPreservedMask(const MachineFunction &MF,
CallingConv::ID CC) const override;
const uint32_t *getNoPreservedMask() const override;
OpenPOWER on IntegriCloud