mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Highlight that getMergeValues optimization is
being suppressed here. llvm-svn: 52952
This commit is contained in:
parent
9e88ac84bf
commit
d8d11501c9
@ -4517,7 +4517,8 @@ SDNode *X86TargetLowering::ExpandFP_TO_SINT(SDNode *N, SelectionDAG &DAG) {
|
||||
SDOperand Res = DAG.getLoad(VT, FIST, StackSlot, NULL, 0);
|
||||
|
||||
// Use a MERGE_VALUES node to drop the chain result value.
|
||||
return DAG.getMergeValues(DAG.getVTList(VT), &Res, 1, false).Val;
|
||||
return DAG.getMergeValues(DAG.getVTList(VT), &Res, 1,
|
||||
false /* Require a node with one-result */).Val;
|
||||
}
|
||||
|
||||
SDOperand X86TargetLowering::LowerFABS(SDOperand Op, SelectionDAG &DAG) {
|
||||
|
Loading…
Reference in New Issue
Block a user