Thumb add sp, #imm requires the immediate value be multiple of 4. For now,
authorEvan Cheng <evan.cheng@apple.com>
Wed, 31 Jan 2007 22:08:40 +0000 (22:08 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 31 Jan 2007 22:08:40 +0000 (22:08 +0000)
commit0fa10515ee93821aab035efbd39cf7cb311d639e
tree68522f90e71ad930a3c47926bd92f6c404ccc410
parent86eb5153594b523e0b201735e14c92785d7ba601
Thumb add sp, #imm requires the immediate value be multiple of 4. For now,
change preferred alignment of short, byte, bool to 4.

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