Next round of PPC32 ABI changes. Allow for gcc
authorDale Johannesen <dalej@apple.com>
Mon, 17 Mar 2008 02:13:43 +0000 (02:13 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 17 Mar 2008 02:13:43 +0000 (02:13 +0000)
commitfdd3ade005c7bd60f3dc74a49db82f91654e99ae
tree71d9aa132c7a35f4173d6fa1d4857c9ec70c7e97
parent349155b671a0908a994f6d54a5576eae85237212
Next round of PPC32 ABI changes.  Allow for gcc
behavior where a callee thinks a param will be
present in memory, even though the ABI doc says
it doesn't have to be.  Handle complex long long
and complex double (4 and 8 return regs).

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