Always reserve space for 8 spilled GPRs. GCC apparently assumes that this
authorChris Lattner <sabre@nondot.org>
Tue, 30 May 2006 21:21:04 +0000 (21:21 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 May 2006 21:21:04 +0000 (21:21 +0000)
commit7b053509063f21aa0bf6ffc82b274e8cf6b0e182
treea53c0f0ec3f52bc7aa9e8c775709c3eba0f1be32
parentac28588def0093238a28c52952c37919190873f5
Always reserve space for 8 spilled GPRs.  GCC apparently assumes that this
space will be available, even if the callee isn't varargs.

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