If user explicitly asks not to use SSE, don't force it. This fixes LLVM part of PR3402.
authorTorok Edwin <edwintorok@gmail.com>
Sun, 25 Jan 2009 17:58:56 +0000 (17:58 +0000)
committerTorok Edwin <edwintorok@gmail.com>
Sun, 25 Jan 2009 17:58:56 +0000 (17:58 +0000)
commit7f1d5252c719ec57a9cba08256770e8b71ba624a
tree57312b0a42dda82086c8f83d01f3c33b9c962e18
parent399461095b033438d1f5863cd0d6f82a616f74dc
If user explicitly asks not to use SSE, don't force it. This fixes LLVM part of PR3402.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62967 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86Subtarget.cpp
test/CodeGen/X86/2009-01-25-NoSSE.ll [new file with mode: 0644]