Disable all x87 usage, including f32 and f64 when the subtarget
authorDan Gohman <gohman@apple.com>
Tue, 30 Sep 2008 00:48:39 +0000 (00:48 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 30 Sep 2008 00:48:39 +0000 (00:48 +0000)
commit9b66d73bb1a0279d86e9ba77807146146a07724f
treebe32a90ccf9f10ccd63e41950ee54eae76c2d49d
parent71d1bf55a27017fceef25554e02021a3bc47cdb4
Disable all x87 usage, including f32 and f64 when the subtarget
doesn't have SSE(2), with X86FastISel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56823 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp