make the asm matcher emitter reject instructions that have comments
authorChris Lattner <sabre@nondot.org>
Mon, 1 Nov 2010 04:44:29 +0000 (04:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Nov 2010 04:44:29 +0000 (04:44 +0000)
commit4164f6bbbf4ebce676e8a6c0a0cf7a78ef46a0f3
tree18adf8e14fff88e4b7e8fb51c9280343d698008b
parent5bc93878069b7d9c567c8a04ebfa329636822c5e
make the asm matcher emitter reject instructions that have comments
in their asmstring.  Fix the two x86 "NOREX" instructions that have them.
If these comments are important, the instlowering stuff can print them.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117897 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrExtension.td
test/MC/X86/x86-32-coverage.s
utils/TableGen/AsmMatcherEmitter.cpp