Add a new field to MCOperandInfo that contains information about the type of the...
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 14 Jul 2011 21:47:18 +0000 (21:47 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 14 Jul 2011 21:47:18 +0000 (21:47 +0000)
commit5196c12e9fdec9ef3c63d96cb529c1c1cb732773
tree78d2c0a828c34d649e022fc51e5af3a8ce29bd8d
parent70d8fcfaa04eb20541b006a8fb97cbc1d3033cc4
Add a new field to MCOperandInfo that contains information about the type of the Operand.

- The actual values are from the MCOI::OperandType enum.
- Teach tblgen to read it from the instruction definition.
- This is a better implementation of the hacks in edis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135197 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCInstrDesc.h
include/llvm/Target/Target.td
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/InstrInfoEmitter.cpp