mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
Dummy code to silence warning from 4189266
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189272 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e3dad19e0d
commit
7c42ede045
@ -1810,6 +1810,15 @@ SDValue PPCTargetLowering::LowerVASTART(SDValue Op, SelectionDAG &DAG,
|
|||||||
|
|
||||||
#include "PPCGenCallingConv.inc"
|
#include "PPCGenCallingConv.inc"
|
||||||
|
|
||||||
|
// Function whose sole purpose is to kill compiler warnings
|
||||||
|
// stemming from unused functions included from PPCGenCallingConv.inc.
|
||||||
|
CCAssignFn *PPCTargetLowering::useFastISelCCs(unsigned Flag) const {
|
||||||
|
if (Flag == 1)
|
||||||
|
return RetCC_PPC64_ELF_FIS; /* CC_PPC64_ELF_FIS in future patch. */
|
||||||
|
else
|
||||||
|
return RetCC_PPC64_ELF_FIS;
|
||||||
|
}
|
||||||
|
|
||||||
bool llvm::CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
|
bool llvm::CC_PPC32_SVR4_Custom_Dummy(unsigned &ValNo, MVT &ValVT, MVT &LocVT,
|
||||||
CCValAssign::LocInfo &LocInfo,
|
CCValAssign::LocInfo &LocInfo,
|
||||||
ISD::ArgFlagsTy &ArgFlags,
|
ISD::ArgFlagsTy &ArgFlags,
|
||||||
|
@ -627,6 +627,8 @@ namespace llvm {
|
|||||||
|
|
||||||
SDValue DAGCombineFastRecip(SDValue Op, DAGCombinerInfo &DCI) const;
|
SDValue DAGCombineFastRecip(SDValue Op, DAGCombinerInfo &DCI) const;
|
||||||
SDValue DAGCombineFastRecipFSQRT(SDValue Op, DAGCombinerInfo &DCI) const;
|
SDValue DAGCombineFastRecipFSQRT(SDValue Op, DAGCombinerInfo &DCI) const;
|
||||||
|
|
||||||
|
CCAssignFn *useFastISelCCs(unsigned Flag) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
namespace PPC {
|
namespace PPC {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user