Previous commit message should refer to 104308.
authorDale Johannesen <dalej@apple.com>
Fri, 21 May 2010 18:44:47 +0000 (18:44 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 21 May 2010 18:44:47 +0000 (18:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104337 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 7095b3efd7c05a2cda79e08875c814d49e83b07e..87d1670ea403cf0d0bfda86a943c5ab5c021429b 100644 (file)
@@ -214,7 +214,7 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM)
   }
 
   // TODO: when we have SSE, these could be more efficient, by using movd/movq.
-  if (!X86ScalarSSEf64) {
+  if (!X86ScalarSSEf64) { 
     setOperationAction(ISD::BIT_CONVERT      , MVT::f32  , Expand);
     setOperationAction(ISD::BIT_CONVERT      , MVT::i32  , Expand);
     if (Subtarget->is64Bit()) {