mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
[mips] Remove unused prototype and variable. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221146 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3055,7 +3055,6 @@ MipsTargetLowering::LowerReturn(SDValue Chain,
|
|||||||
|
|
||||||
// CCState - Info about the registers and stack slot.
|
// CCState - Info about the registers and stack slot.
|
||||||
MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext());
|
MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext());
|
||||||
MipsCC MipsCCInfo(CallConv, Subtarget, CCInfo);
|
|
||||||
|
|
||||||
// Analyze return values.
|
// Analyze return values.
|
||||||
CCInfo.AnalyzeReturn(Outs, RetCC_Mips);
|
CCInfo.AnalyzeReturn(Outs, RetCC_Mips);
|
||||||
|
@@ -376,10 +376,6 @@ namespace llvm {
|
|||||||
MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode,
|
MVT getRegVT(MVT VT, const Type *OrigTy, const SDNode *CallNode,
|
||||||
bool IsSoftFloat) const;
|
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;
|
SpecialCallingConvType getSpecialCallingConv(const SDNode *Callee) const;
|
||||||
|
|
||||||
CallingConv::ID CallConv;
|
CallingConv::ID CallConv;
|
||||||
|
Reference in New Issue
Block a user