[PATCH] D44867: [Mips] Remove dead code
Simon Dardis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 02:24:32 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL328767: [Mips] Remove dead code (authored by sdardis, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44867?vs=139714&id=140196#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44867
Files:
llvm/trunk/lib/Target/Mips/MipsSEFrameLowering.h
Index: llvm/trunk/lib/Target/Mips/MipsSEFrameLowering.h
===================================================================
--- llvm/trunk/lib/Target/Mips/MipsSEFrameLowering.h
+++ llvm/trunk/lib/Target/Mips/MipsSEFrameLowering.h
@@ -40,7 +40,6 @@
void determineCalleeSaves(MachineFunction &MF, BitVector &SavedRegs,
RegScavenger *RS) const override;
- unsigned ehDataReg(unsigned I) const;
private:
void emitInterruptEpilogueStub(MachineFunction &MF,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44867.140196.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180329/ca5ef0f6/attachment.bin>
More information about the llvm-commits
mailing list