]> granicus.if.org Git - llvm/commitdiff
test commit
authorGuy Blank <guy.blank@intel.com>
Sun, 17 Jul 2016 12:10:35 +0000 (12:10 +0000)
committerGuy Blank <guy.blank@intel.com>
Sun, 17 Jul 2016 12:10:35 +0000 (12:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@275703 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 05620a4069d6bc74639beae9870b3fbceb681e1a..f9e6320fd2df72290096545a99a2bc889676ad7d 100644 (file)
@@ -187,7 +187,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
   setOperationAction(ISD::SINT_TO_FP       , MVT::i8   , Promote);
 
   if (!Subtarget.useSoftFloat()) {
-    // SSE has no i16 to fp conversion, only i32
+    // SSE has no i16 to fp conversion, only i32.
     if (X86ScalarSSEf32) {
       setOperationAction(ISD::SINT_TO_FP     , MVT::i16  , Promote);
       // f32 and f64 cases are Legal, f80 case is not