From: Craig Topper Date: Tue, 12 Nov 2019 04:35:58 +0000 (-0800) Subject: [X86] Update stale comment. NFC X-Git-Tag: llvmorg-11-init~4484 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ff1504da6fa9977a20e2e3ba11a157cf9acf3bad;p=platform%2Fupstream%2Fllvm.git [X86] Update stale comment. NFC --- diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index f0e5a64..87ff5f9 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -237,7 +237,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, setOperationAction(ISD::UINT_TO_FP , MVT::i32 , Custom); } - // Promote i1/i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have + // Promote i8 SINT_TO_FP to larger SINT_TO_FP's, as X86 doesn't have // this operation. setOperationAction(ISD::SINT_TO_FP , MVT::i8 , Promote); @@ -253,7 +253,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM, } } - // Promote i1/i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have + // Promote i8 FP_TO_SINT to larger FP_TO_SINTS's, as X86 doesn't have // this operation. setOperationAction(ISD::FP_TO_SINT , MVT::i8 , Promote);