Skip to content

Commit b4393c7

Browse files
committed
[X86] FP_TO_INTHelper - remove duplicate SDLoc. NFC.
1 parent 2bd97ba commit b4393c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20113,7 +20113,7 @@ SDValue X86TargetLowering::FP_TO_INTHelper(SDValue Op, SelectionDAG &DAG,
2011320113
DAG.getVTList(MVT::Other),
2011420114
Ops, DstTy, MMO);
2011520115

20116-
SDValue Res = DAG.getLoad(Op.getValueType(), SDLoc(Op), FIST, StackSlot, MPI);
20116+
SDValue Res = DAG.getLoad(Op.getValueType(), DL, FIST, StackSlot, MPI);
2011720117
Chain = Res.getValue(1);
2011820118

2011920119
// If we need an unsigned fixup, XOR the result with adjust.

0 commit comments

Comments
 (0)