Force use of a frame-pointer if there is anything on the stack that is aligned
authorChris Lattner <sabre@nondot.org>
Mon, 3 Apr 2006 22:03:29 +0000 (22:03 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 3 Apr 2006 22:03:29 +0000 (22:03 +0000)
commit4f91a4c497fb1032550b7f163004efc5fce1d7f1
tree92340e1f748209f9dd5d47efbab35c2532a69130
parent4672f71ac4d056aa22d6b09838a3eb22a2e384e7
Force use of a frame-pointer if there is anything on the stack that is aligned
more than the OS keeps the stack aligned.

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