OSDN Git Service

fix CodeGen/X86/2007-02-25-FastCCStack.ll, a regression from my patch last
authorChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 22:23:46 +0000 (22:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 25 Feb 2007 22:23:46 +0000 (22:23 +0000)
commit7e22977c0fab3bc46745c8aa4155db6c77663a58
tree36e66e085489f8e94ad042fc274faf1b8a9d008b
parentf82435d4d7b1492faa14cd9fef7af94de95bcf62
fix CodeGen/X86/2007-02-25-FastCCStack.ll, a regression from my patch last
night:  fastcc returns should only go in XMM0 if we have SSE2 or above.

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