From 0ad1719d15ad12f4ff69fe096aee420779cdb65b Mon Sep 17 00:00:00 2001 From: Daniel Sanders Date: Mon, 3 Nov 2014 10:14:57 +0000 Subject: [PATCH] [mips] Remove unused prototype and variable. NFC. llvm-svn: 221146 --- llvm/lib/Target/Mips/MipsISelLowering.cpp | 1 - llvm/lib/Target/Mips/MipsISelLowering.h | 4 ---- 2 files changed, 5 deletions(-) diff --git a/llvm/lib/Target/Mips/MipsISelLowering.cpp b/llvm/lib/Target/Mips/MipsISelLowering.cpp index ef78df5..2e4025b 100644 --- a/llvm/lib/Target/Mips/MipsISelLowering.cpp +++ b/llvm/lib/Target/Mips/MipsISelLowering.cpp @@ -3055,7 +3055,6 @@ MipsTargetLowering::LowerReturn(SDValue Chain, // CCState - Info about the registers and stack slot. MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext()); - MipsCC MipsCCInfo(CallConv, Subtarget, CCInfo); // Analyze return values. CCInfo.AnalyzeReturn(Outs, RetCC_Mips); diff --git a/llvm/lib/Target/Mips/MipsISelLowering.h b/llvm/lib/Target/Mips/MipsISelLowering.h index 9fae7af..fe90a5e 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 - void analyzeReturn(const SmallVectorImpl &RetVals, bool IsSoftFloat, - const SDNode *CallNode, const Type *RetTy) const; - SpecialCallingConvType getSpecialCallingConv(const SDNode *Callee) const; CallingConv::ID CallConv; -- 2.7.4