Bad bad bug. x86 force indirect tail call address into eax when it's meant to force...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 11 Mar 2010 18:49:14 +0000 (18:49 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 11 Mar 2010 18:49:14 +0000 (18:49 +0000)
commit55282267e144a44232aa4731280d8871ba977bf2
tree44c18fab847d2119812c5e1c922102a4acf636e2
parentc6bc9a69d42bfd6ec48f9f6d3c7817e82818007f
Bad bad bug. x86 force indirect tail call address into eax when it's meant to force it into a call preserved register instead. Change it to ecx for now.

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