From: Torok Edwin Date: Mon, 2 Feb 2009 20:23:02 +0000 (+0000) Subject: remove #if 0 code on Bill's request. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=38870ed13c17ec8169b2c64f77dcf54186dcd8a1;p=oota-llvm.git remove #if 0 code on Bill's request. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/X86Subtarget.cpp b/lib/Target/X86/X86Subtarget.cpp index ff7f72be134..99708e04cf9 100644 --- a/lib/Target/X86/X86Subtarget.cpp +++ b/lib/Target/X86/X86Subtarget.cpp @@ -331,10 +331,6 @@ 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 0 - if (X86SSELevel < SSE2) - X86SSELevel = SSE2; -#endif } DOUT << "Subtarget features: SSELevel " << X86SSELevel << ", 3DNowLevel " << X863DNowLevel