If a function has a non-zero sized frame, use an add to adjust the stack
authorChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 23:03:54 +0000 (23:03 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 11 Jan 2006 23:03:54 +0000 (23:03 +0000)
commit64da172b1435d132ce867dcd5c652577664b55a3
tree07bad74e766305367ed0e6c42955be3e5c243708
parentcfde3c19c76e554159aea74a57d752dc0dd5b5c7
If a function has a non-zero sized frame, use an add to adjust the stack
pointer in the epilog, not a load.

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