Check that operands have unique names. REJECT instructions with broken operand
authorChris Lattner <sabre@nondot.org>
Wed, 14 Sep 2005 21:05:02 +0000 (21:05 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 14 Sep 2005 21:05:02 +0000 (21:05 +0000)
commit5d7d3dba9cf4477ad96b21bd0fa7c7d6b27155cd
tree47fdb5cabc65a2dd23d412a4c1d4c28c027087d8
parent3a7319d5edeef9b675ac1582cab1b2c9ed0f2b19
Check that operands have unique names.  REJECT instructions with broken operand
lists: only don't parse them if they are entirely missing (sparcv9).

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