[llvm-branch-commits] [llvm-branch] r104363 - /llvm/branches/Apple/whitney/lib/Target/X86/X86ISelLowering.cpp
Daniel Dunbar
daniel at zuster.org
Fri May 21 12:07:10 PDT 2010
Author: ddunbar
Date: Fri May 21 14:07:10 2010
New Revision: 104363
URL: http://llvm.org/viewvc/llvm-project?rev=104363&view=rev
Log:
Previous commit message should refer to 104308.
Modified:
llvm/branches/Apple/whitney/lib/Target/X86/X86ISelLowering.cpp
Modified: llvm/branches/Apple/whitney/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/whitney/lib/Target/X86/X86ISelLowering.cpp?rev=104363&r1=104362&r2=104363&view=diff
==============================================================================
--- llvm/branches/Apple/whitney/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/branches/Apple/whitney/lib/Target/X86/X86ISelLowering.cpp Fri May 21 14:07:10 2010
@@ -214,7 +214,7 @@
}
// 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()) {
More information about the llvm-branch-commits
mailing list