two changes: make the asmmatcher generator ignore ARM pseudos properly,
authorChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2010 19:15:18 +0000 (19:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2010 19:15:18 +0000 (19:15 +0000)
commita4a3a5e3c212e7b4ac84fec94c9a140f120f3ff6
treee35b8f463d5a99dbce85e6fa5bfd20382e89abbc
parent39ee036f407bd0c94cb993cf9b97348843cfafa4
two changes: make the asmmatcher generator ignore ARM pseudos properly,
and make it a hard error for instructions to not have an asm string.
These instructions should be marked isCodeGenOnly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117861 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrThumb.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrExtension.td
utils/TableGen/AsmMatcherEmitter.cpp