From: Daniel Sanders Date: Mon, 3 Nov 2014 10:14:57 +0000 (+0000) Subject: [mips] Remove unused prototype and variable. NFC. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ad1719d15ad12f4ff69fe096aee420779cdb65b;p=platform%2Fupstream%2Fllvm.git [mips] Remove unused prototype and variable. NFC. llvm-svn: 221146 --- 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;