[mips] Remove unused prototype and variable. NFC.
authorDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 3 Nov 2014 10:14:57 +0000 (10:14 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Mon, 3 Nov 2014 10:14:57 +0000 (10:14 +0000)
llvm-svn: 221146

llvm/lib/Target/Mips/MipsISelLowering.cpp
llvm/lib/Target/Mips/MipsISelLowering.h

index ef78df5..2e4025b 100644 (file)
@@ -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);
index 9fae7af..fe90a5e 100644 (file)
@@ -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;