MC: Fix bug where trailing tied operands were forgotten; the X86 assembler
authorDaniel Dunbar <daniel@zuster.org>
Fri, 12 Feb 2010 01:46:54 +0000 (01:46 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 12 Feb 2010 01:46:54 +0000 (01:46 +0000)
commit3b6910dcd466bf091b386bb136f42522c89473f7
treefaaf9ee2340fb60c2edc8e9290bb7c2571897e4b
parent906d57ffe826c29eeedc1d4f77542fd3f2349b8f
MC: Fix bug where trailing tied operands were forgotten; the X86 assembler
matcher is now free of implicit operands!
 - Still need to clean up the code now that we don't to worry about implicit
   operands, and to make it a hard error if an instruction fails to specify all
   of its operands for some reason.

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