TableGen: AsmMatcher diagnostic when missing instruction mnemonic.
authorJim Grosbach <grosbach@apple.com>
Sun, 6 May 2012 17:33:14 +0000 (17:33 +0000)
committerJim Grosbach <grosbach@apple.com>
Sun, 6 May 2012 17:33:14 +0000 (17:33 +0000)
commit8e27c9615938298bd03a7884964a0f5e0e80542d
tree5a238b90787c90ab06f073cc526e632831e9c7ba
parenteb034f4af3f84106828c9ca11b0b003c1c86fb49
TableGen: AsmMatcher diagnostic when missing instruction mnemonic.

Previously, if an instruction definition was missing the mnemonic,
the next line would just assert(). Issue a real diagnostic instead.

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