diff options
| author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-10-05 14:23:11 +0000 |
|---|---|---|
| committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2018-10-05 14:23:11 +0000 |
| commit | faad1b3056f6fa17898b02e0502cd072bcac023d (patch) | |
| tree | 277c8d360663a20e0b457ab13d922286d13d94ae /llvm/lib/Target/XCore | |
| parent | a78c249af6bed83854d28449c4763ad1fd22806e (diff) | |
| download | bcm5719-llvm-faad1b3056f6fa17898b02e0502cd072bcac023d.tar.gz bcm5719-llvm-faad1b3056f6fa17898b02e0502cd072bcac023d.zip | |
[TargetRegisterInfo] Remove temporary hook enableMultipleCopyHints()
Finally all targets are enabling multiple regalloc hints, so the hook to
disable this can now be removed.
NFC.
Review: Simon Pilgrim
https://reviews.llvm.org/D52316
llvm-svn: 343851
Diffstat (limited to 'llvm/lib/Target/XCore')
| -rw-r--r-- | llvm/lib/Target/XCore/XCoreRegisterInfo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/XCore/XCoreRegisterInfo.h b/llvm/lib/Target/XCore/XCoreRegisterInfo.h index 9451a05d8d5..2e9fd98ed34 100644 --- a/llvm/lib/Target/XCore/XCoreRegisterInfo.h +++ b/llvm/lib/Target/XCore/XCoreRegisterInfo.h @@ -33,8 +33,6 @@ public: BitVector getReservedRegs(const MachineFunction &MF) const override; - bool enableMultipleCopyHints() const override { return true; } - bool requiresRegisterScavenging(const MachineFunction &MF) const override; bool trackLivenessAfterRegAlloc(const MachineFunction &MF) const override; |

