diff options
author | Torok Edwin <edwintorok@gmail.com> | 2009-01-25 20:29:34 +0000 |
---|---|---|
committer | Torok Edwin <edwintorok@gmail.com> | 2009-01-25 20:29:34 +0000 |
commit | afb564c6977c70087862723374d1da45e3777153 (patch) | |
tree | d81a8a75467fcd6c4fcab5f61c83b0d59694f096 /lib/Target/X86/X86Subtarget.cpp | |
parent | c8ad2d2abf4ef988d7dffb687cd3366cb02c49ff (diff) |
should have removed the + when manually applying a patch!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86Subtarget.cpp')
-rw-r--r-- | lib/Target/X86/X86Subtarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/X86/X86Subtarget.cpp b/lib/Target/X86/X86Subtarget.cpp index f74008d458..7034c555cc 100644 --- a/lib/Target/X86/X86Subtarget.cpp +++ b/lib/Target/X86/X86Subtarget.cpp @@ -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 |