mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 04:33:40 +00:00
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
This commit is contained in:
parent
7fb0858718
commit
38870ed13c
@ -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.
|
// are enabled. These are available on all x86-64 CPUs.
|
||||||
if (Is64Bit) {
|
if (Is64Bit) {
|
||||||
HasX86_64 = true;
|
HasX86_64 = true;
|
||||||
#if 0
|
|
||||||
if (X86SSELevel < SSE2)
|
|
||||||
X86SSELevel = SSE2;
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
DOUT << "Subtarget features: SSELevel " << X86SSELevel
|
DOUT << "Subtarget features: SSELevel " << X86SSELevel
|
||||||
<< ", 3DNowLevel " << X863DNowLevel
|
<< ", 3DNowLevel " << X863DNowLevel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user