mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
remove #if 0 code on Bill's request.
llvm-svn: 63542
This commit is contained in:
parent
0ecadc3e36
commit
c1017185a5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user