Clean up Thumb load/store multiple definitions.
authorJim Grosbach <grosbach@apple.com>
Tue, 23 Aug 2011 17:41:15 +0000 (17:41 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 23 Aug 2011 17:41:15 +0000 (17:41 +0000)
commitcefe4c9c483d8a50ff13f36881090ab44ec67f13
treebadb59cb38097eb41d75ce586fdd317139b11791
parente732cb004379a75efd6d1fd466dbea4cf249de28
Clean up Thumb load/store multiple definitions.

There is no non-writeback store multiple instruction in Thumb1, so
don't define one. As a result load multiple is the only instantiation of
the multiclass, so refactor that away entirely.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138338 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/InstPrinter/ARMInstPrinter.cpp