should have removed the + when manually applying a patch!

llvm-svn: 62973
This commit is contained in:
Torok Edwin 2009-01-25 20:29:34 +00:00
parent 3f54410405
commit 6f715ebe85

View File

@ -331,10 +331,10 @@ X86Subtarget::X86Subtarget(const Module &M, const std::string &FS, bool is64Bit)
// are enabled. These are available on all x86-64 CPUs.
if (Is64Bit) {
HasX86_64 = true;
+#if 1
#if 1
if (X86SSELevel < SSE2)
X86SSELevel = SSE2;
+#endif
#endif
}
DOUT << "Subtarget features: SSELevel " << X86SSELevel
<< ", 3DNowLevel " << X863DNowLevel