summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86RegisterInfo.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/X86/X86RegisterInfo.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/X86/X86RegisterInfo.h')
-rw-r--r--llvm/lib/Target/X86/X86RegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86RegisterInfo.h b/llvm/lib/Target/X86/X86RegisterInfo.h
index 468012b4394..58fa31e94fb 100644
--- a/llvm/lib/Target/X86/X86RegisterInfo.h
+++ b/llvm/lib/Target/X86/X86RegisterInfo.h
@@ -100,7 +100,7 @@ public:
const MCPhysReg *
getCalleeSavedRegs(const MachineFunction* MF) const override;
const MCPhysReg *
- getCalleeSavedRegsViaCopy(const MachineFunction *MF) const override;
+ getCalleeSavedRegsViaCopy(const MachineFunction *MF) const;
const uint32_t *getCallPreservedMask(const MachineFunction &MF,
CallingConv::ID) const override;
const uint32_t *getNoPreservedMask() const override;
OpenPOWER on IntegriCloud