summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsISelLowering.h
diff options
context:
space:
mode:
authorDaniel Sanders <daniel.sanders@imgtec.com>2014-11-03 10:14:57 +0000
committerDaniel Sanders <daniel.sanders@imgtec.com>2014-11-03 10:14:57 +0000
commit0ad1719d15ad12f4ff69fe096aee420779cdb65b (patch)
treeaa1f47734da329b54e8252509cd00282923a651a /llvm/lib/Target/Mips/MipsISelLowering.h
parent29ff48e12258233080365952d27b11a614d4a1b8 (diff)
downloadbcm5719-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.h4
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;
OpenPOWER on IntegriCloud