forked from OSchip/llvm-project
parent
4d2f5f8740
commit
1ee61ab414
|
@ -1423,7 +1423,7 @@ static SDOperand LowerCALL(SDOperand Op, SelectionDAG &DAG,
|
||||||
break;
|
break;
|
||||||
case MVT::f32:
|
case MVT::f32:
|
||||||
case MVT::f64:
|
case MVT::f64:
|
||||||
if (isVarArg || isPPC64) {
|
if (isVarArg) {
|
||||||
// Float varargs need to be promoted to double.
|
// Float varargs need to be promoted to double.
|
||||||
if (Arg.getValueType() == MVT::f32)
|
if (Arg.getValueType() == MVT::f32)
|
||||||
Arg = DAG.getNode(ISD::FP_EXTEND, MVT::f64, Arg);
|
Arg = DAG.getNode(ISD::FP_EXTEND, MVT::f64, Arg);
|
||||||
|
|
Loading…
Reference in New Issue