diff options
| author | Simon Dardis <simon.dardis@mips.com> | 2018-03-29 09:21:20 +0000 |
|---|---|---|
| committer | Simon Dardis <simon.dardis@mips.com> | 2018-03-29 09:21:20 +0000 |
| commit | 32a27fc77a5b1e1aa8648f83f80132d125a82498 (patch) | |
| tree | 0a7d1cae5f0baa8e3885ca0637000a3520ab83e6 /llvm/lib/Target | |
| parent | b0aa36f9c20e0816951912d99dcd19d090056f4c (diff) | |
| download | bcm5719-llvm-32a27fc77a5b1e1aa8648f83f80132d125a82498.tar.gz bcm5719-llvm-32a27fc77a5b1e1aa8648f83f80132d125a82498.zip | |
[Mips] Remove dead code
I believe the role of ehDataReg has been replaced by MipsABIInfo::GetEhDataReg, thus removing the dead code.
Patch By: Wei-Ren Chen.
Reviewers: ehostunreach, sdardis
Differential Revision: https://reviews.llvm.org/D44867
llvm-svn: 328767
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsSEFrameLowering.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/Mips/MipsSEFrameLowering.h b/llvm/lib/Target/Mips/MipsSEFrameLowering.h index de8e6eed31d..cb2119d6880 100644 --- a/llvm/lib/Target/Mips/MipsSEFrameLowering.h +++ b/llvm/lib/Target/Mips/MipsSEFrameLowering.h @@ -40,7 +40,6 @@ public: void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs, RegScavenger *RS) const override; - unsigned ehDataReg(unsigned I) const; private: void emitInterruptEpilogueStub(MachineFunction &MF, |

