[mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::AnalyzeCallRet...
[oota-llvm.git] / lib / Target / Mips / MipsISelLowering.h
index b39127237d767aebf39da13afeed34fc965e3327..e921816879d351104ce6bc1166b35f72bd23bcb3 100644 (file)
@@ -367,13 +367,6 @@ namespace llvm {
                                   bool IsSoftFloat,
                                   Function::const_arg_iterator FuncArg);
 
-      void analyzeCallResult(const SmallVectorImpl<ISD::InputArg> &Ins,
-                             bool IsSoftFloat, const SDNode *CallNode,
-                             const Type *RetTy) const;
-
-      void analyzeReturn(const SmallVectorImpl<ISD::OutputArg> &Outs,
-                         bool IsSoftFloat, const Type *RetTy) const;
-
       const CCState &getCCInfo() const { return CCInfo; }
 
       /// hasByValArg - Returns true if function has byval arguments.