Implement the real calling convention for ppc32 Altivec:
authorDale Johannesen <dalej@apple.com>
Fri, 14 Mar 2008 17:41:26 +0000 (17:41 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 14 Mar 2008 17:41:26 +0000 (17:41 +0000)
commit8f5422c24b318d2680eafc177f199a180d5054da
treea7cc775a600f26b95d46c3a18ffd607440979bc1
parent029d9dafa0f615a4b2308eca65e2e000ce9e7b44
Implement the real calling convention for ppc32 Altivec:
vectors go at the end of the memory area, after all
non-vector parameters.

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