llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst,
authorDaniel Dunbar <daniel@zuster.org>
Sat, 8 Aug 2009 05:24:34 +0000 (05:24 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 8 Aug 2009 05:24:34 +0000 (05:24 +0000)
commitb7479c035534b1c240117cd0aea8342393160da8
tree65988d8853fbee049c2c9fe2416e815233cca135
parent3eff16e27a4b0e9dfb8c0061faf10fdce9f4df4e
llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst,
so that terminal states are as simple as possible.
 - If we were willing to assume that the order that operands get inserted in the
   MCInst is fixed we could actually dispose with this altogether, although it
   might be nice to have the flexibility to change it later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78458 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp