Remove redundant writeback flag from ARM address mode 6. Also remove the
authorBob Wilson <bob.wilson@apple.com>
Tue, 16 Mar 2010 21:44:40 +0000 (21:44 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 16 Mar 2010 21:44:40 +0000 (21:44 +0000)
commitbb6c77e6b9be405fb4d57c8ee4cddc2018df392c
treec93210a7aa59ce7b14803a8bc5c22900ce556366
parent93b122d3c484a8451024d6947be0f4037f86def0
Remove redundant writeback flag from ARM address mode 6.  Also remove the
optional register update argument, which is currently unused -- when we add
support for that, it can just be a separate operand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98683 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMAddressingModes.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMISelDAGToDAG.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
lib/Target/ARM/NEONPreAllocPass.cpp