Dead FP arguments still use an incoming FP reg. This fixes
authorChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 18:21:25 +0000 (18:21 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 18:21:25 +0000 (18:21 +0000)
commit413b979fe4b3482f347fc7b613d7dcda81e34874
tree28151ea234e30b2aa547cc59e285d69b97f68731
parent634f235a4616dfce58e76736b9cdb339c0432416
Dead FP arguments still use an incoming FP reg.  This fixes
Regression/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll, which was
distilled from a miscompilation in 252.eon.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25217 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp