diff options
| author | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-11-03 10:14:57 +0000 |
|---|---|---|
| committer | Daniel Sanders <daniel.sanders@imgtec.com> | 2014-11-03 10:14:57 +0000 |
| commit | 0ad1719d15ad12f4ff69fe096aee420779cdb65b (patch) | |
| tree | aa1f47734da329b54e8252509cd00282923a651a /llvm/lib/Target/Mips/MipsISelLowering.h | |
| parent | 29ff48e12258233080365952d27b11a614d4a1b8 (diff) | |
| download | bcm5719-llvm-0ad1719d15ad12f4ff69fe096aee420779cdb65b.tar.gz bcm5719-llvm-0ad1719d15ad12f4ff69fe096aee420779cdb65b.zip | |
[mips] Remove unused prototype and variable. NFC.
llvm-svn: 221146
Diffstat (limited to 'llvm/lib/Target/Mips/MipsISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsISelLowering.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h index 9fae7af676e..fe90a5e7ae8 100644 --- a/llvm/lib/Target/Mips/MipsISelLowering.h +++ b/llvm/lib/Target/Mips/MipsISelLowering.h @@ -376,10 +376,6 @@ namespace llvm { MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode, bool IsSoftFloat) const; - template<typename Ty> - void analyzeReturn(const SmallVectorImpl<Ty> &RetVals, bool IsSoftFloat, - const SDNode *CallNode, const Type *RetTy) const; - SpecialCallingConvType getSpecialCallingConv(const SDNode *Callee) const; CallingConv::ID CallConv; |

