In thumb mode, round up stack frame size to multiple of 4 since add/sub
authorEvan Cheng <evan.cheng@apple.com>
Tue, 30 Jan 2007 02:57:02 +0000 (02:57 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 30 Jan 2007 02:57:02 +0000 (02:57 +0000)
commit236f677e48d45847ac10614bb9923129a028a4df
tree3d24ad9207e4a59a957637ade1ffc49047a5603c
parent5b91c7f69ac2dc19edec1dbf76e5a8667c67bd28
In thumb mode, round up stack frame size to multiple of 4 since add/sub
sp, imm instructions implicitly multiply the offset by 4.

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