Merged from r221146:

[mips] Remove unused prototype and variable. NFC.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_35@223041 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Sanders 2014-12-01 16:30:07 +00:00
parent f805dbc7ec
commit db438499ee
2 changed files with 0 additions and 5 deletions

View File

@ -3036,7 +3036,6 @@ MipsTargetLowering::LowerReturn(SDValue Chain,
// CCState - Info about the registers and stack slot.
MipsCCState CCInfo(CallConv, IsVarArg, MF, getTargetMachine(), RVLocs,
*DAG.getContext());
MipsCC MipsCCInfo(CallConv, Subtarget, CCInfo);
// Analyze return values.
CCInfo.AnalyzeReturn(Outs, RetCC_Mips);

View File

@ -375,10 +375,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;