Skip to content

Commit ff1504d

Browse files
committed
[X86] Update stale comment. NFC
1 parent c8e4b53 commit ff1504d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86ISelLowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
237237
setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom);
238238
}
239239

240-
// Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
240+
// Promote i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have
241241
// this operation.
242242
setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote);
243243

@@ -253,7 +253,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
253253
}
254254
}
255255

256-
// Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
256+
// Promote i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have
257257
// this operation.
258258
setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);
259259

0 commit comments

Comments
 (0)