Add a Thumb BRIND pattern. Change the ARM BRIND assembly to separate the
authorBob Wilson <bob.wilson@apple.com>
Wed, 28 Oct 2009 18:26:41 +0000 (18:26 +0000)
committerBob Wilson <bob.wilson@apple.com>
Wed, 28 Oct 2009 18:26:41 +0000 (18:26 +0000)
commit8d4de5abfa1bcd974554ea14904ebf7af289e84d
treefcc5a69353f256a7d0ecdd55a44d9b2dfc4b8105
parent30c80211b648c7344e949af594a9a191a1d36acc
Add a Thumb BRIND pattern.  Change the ARM BRIND assembly to separate the
opcode and operand with a tab.  Check for these instructions in the usual
places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85411 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp