Round up stack to multiple of alignment only if it's a leaf function without alloca.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 20 Jan 2007 10:22:33 +0000 (10:22 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 20 Jan 2007 10:22:33 +0000 (10:22 +0000)
commit515674c7b66a411db4ea2fa1f5c30cd1461d3e51
treed98656d26db883dcb8f280c9ce13f40b16df89cb
parent2bd7b2b41fbfb4fd3f93b1e93a9e68e678fbce16
Round up stack to multiple of alignment only if it's a leaf function without alloca.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33401 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMRegisterInfo.cpp