Skip to content

Commit 787595b

Browse files
committed
[X86] Fix typo in comment. NFC
1 parent fee9067 commit 787595b

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
@@ -19584,7 +19584,7 @@ SDValue X86TargetLowering::LowerFP_TO_INT(SDValue Op, SelectionDAG &DAG) const {
1958419584
return DAG.getNode(ISD::TRUNCATE, dl, VT, Res);
1958519585
}
1958619586

19587-
// If this is a SINT_TO_FP using SSEReg we're done.
19587+
// If this is a FP_TO_SINT using SSEReg we're done.
1958819588
if (UseSSEReg && IsSigned)
1958919589
return Op;
1959019590

0 commit comments

Comments
 (0)