llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to
authorDaniel Dunbar <daniel@zuster.org>
Sun, 9 Aug 2009 08:19:00 +0000 (08:19 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sun, 9 Aug 2009 08:19:00 +0000 (08:19 +0000)
commit72fa87f0cfe22faa575280dbac8dbc9225dfb12d
tree44b6984626a1f3bf291a00c1ed2133ed143ab786
parenta62b02a7ef93d1fd4e09842c43074b88f559819a
llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to
make it easier to see interesting ambiguities.
 - Also, check that user doesn't try to redefine the super class. This is a wart
   in the current design, in that assembler match classes aren't explicitly
   declared somewhere (so there isn't a unique place to declare the super
   class). This should probably be fixed.

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