[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221146 91177308-0d34-0410-b5e6-96231b3b80d8

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

index ef78df55f7269fb78179adb4c0eaf2eddbfd16fb..2e4025be161f9b376dde373b9975b43566c953f5 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 9fae7af676e92056e59c36cc237356a2ad069eaf..fe90a5e7ae8b6a56b15b4a177ddb574e28a2e617 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;