[X86] Update stale comment. NFC
authorCraig Topper <craig.topper@gmail.com>
Tue, 12 Nov 2019 04:35:58 +0000 (20:35 -0800)
committerCraig Topper <craig.topper@gmail.com>
Tue, 12 Nov 2019 07:55:12 +0000 (23:55 -0800)
llvm/lib/Target/X86/X86ISelLowering.cpp

index f0e5a64..87ff5f9 100644 (file)
@@ -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);