Changes in directory llvm/lib/Target/X86:
X86Subtarget.cpp updated: 1.10 -> 1.11 --- Log message: force sse/3dnow off until they work. This fixes all the x86 failures last night --- Diffs of the changes: (+5 -0) X86Subtarget.cpp | 5 +++++ 1 files changed, 5 insertions(+) Index: llvm/lib/Target/X86/X86Subtarget.cpp diff -u llvm/lib/Target/X86/X86Subtarget.cpp:1.10 llvm/lib/Target/X86/X86Subtarget.cpp:1.11 --- llvm/lib/Target/X86/X86Subtarget.cpp:1.10 Fri Jan 27 02:10:46 2006 +++ llvm/lib/Target/X86/X86Subtarget.cpp Fri Jan 27 12:30:50 2006 @@ -94,6 +94,11 @@ // Default to ELF unless otherwise specified. TargetType = isELF; + + // FIXME: Force these off until they work. An llc-beta option should turn + // them back on. + X86SSELevel = NoMMXSSE; + X863DNowLevel = NoThreeDNow; // Set the boolean corresponding to the current target triple, or the default // if one cannot be determined, to true. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits