Add a new form of MCOperand, for representing sub-instructions. This is intended...
authorOwen Anderson <resistor@mac.com>
Thu, 19 Jan 2012 19:24:37 +0000 (19:24 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 19 Jan 2012 19:24:37 +0000 (19:24 +0000)
commit7b672fe03b6f1734ac545e3aceb6d90bed3f0406
tree1cded99eefc813e2dea7f1be139c19fba4b529c5
parent0cdece438972f4c670973d99d2c7743ab822de1a
Add a new form of MCOperand, for representing sub-instructions.  This is intended for supporting bundles through the MC layer, rather than lowering them pre-MC as we currently do for Thumb2 IT blocks.  Since these sub-instruction operands hold pointers to the sub-instructions, it is the responsibility of the target's AsmPrinter to provide storage for them for the duration of the EmitInstruction() call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148492 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInst.h