Remove the writeback flag from ARM's address mode 4. Now that we have separate
authorBob Wilson <bob.wilson@apple.com>
Tue, 16 Mar 2010 17:46:45 +0000 (17:46 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 16 Mar 2010 17:46:45 +0000 (17:46 +0000)
commitab3460519e8013cdba33a416cefd55dfb418999c
treedc6842724fef60361d0c6fe7ab81daba50aee999
parent9e54b6ab3f14ec3743ba92a7a18bac3bce96ae1f
Remove the writeback flag from ARM's address mode 4.  Now that we have separate
instructions for ld/st with writeback, the flag is completely redundant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98643 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp