fix the !eq operator in tblgen to return a bit instead of an int.
authorChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2010 19:22:57 +0000 (19:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Oct 2010 19:22:57 +0000 (19:22 +0000)
commit150d20e8fcadda6600bbb2e188c17a35b8ec7cbd
tree845941644d1d7e4946834828ecaf98c802cd071d
parenta4a3a5e3c212e7b4ac84fec94c9a140f120f3ff6
fix the !eq operator in tblgen to return a bit instead of an int.

Use this to make the X86 and ARM targets set isCodeGenOnly=1
automatically for their instructions that have Format=Pseudo,
resolving a hack in tblgen.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117862 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TableGenFundamentals.html
lib/Target/ARM/ARMInstrFormats.td
lib/Target/X86/X86InstrFormats.td
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/TGParser.cpp