- If fp (r7) is used to reference stack objects, use [r, r] address mode.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 7 Feb 2007 08:37:31 +0000 (08:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 7 Feb 2007 08:37:31 +0000 (08:37 +0000)
commit7142f8755a07512d909d288f74a3f1ffa9c1411a
treefd0e6bf86e814600793459c64614dd3531610829
parente14639ac3d27e3f6490d1414f6275eb516a77fca
- If fp (r7) is used to reference stack objects, use [r, r] address mode.
- If there is a dynamic alloca, in the epilogue, restore the value of sp
  using r7 - offset.
- Other bug fixes.

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