Add a target-indepedent entry to MCInstrDesc to describe the encoded size of an opcod...
authorOwen Anderson <resistor@mac.com>
Wed, 13 Jul 2011 23:22:26 +0000 (23:22 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 13 Jul 2011 23:22:26 +0000 (23:22 +0000)
commit16884415db751c75f2133bd04921393c792b1158
treea7dc9b0eb0c3a2b2b54313edc6fd5c91e6ad6489
parentefe2a6557d3152a817cb097e9bc327186975ace2
Add a target-indepedent entry to MCInstrDesc to describe the encoded size of an opcode.  Switch ARM over to using that rather than its own special MCInstrDesc bits.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135106 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInstrDesc.h
include/llvm/Target/Target.td
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
utils/TableGen/InstrInfoEmitter.cpp