should have removed the + when manually applying a patch!
authorTorok Edwin <edwintorok@gmail.com>
Sun, 25 Jan 2009 20:29:34 +0000 (20:29 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Sun, 25 Jan 2009 20:29:34 +0000 (20:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62973 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86Subtarget.cpp

index f74008d4588971f1e7e4d97da98d5c7f33e04edb..7034c555ccc3592e33351d803a41054a4636249f 100644 (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