Fix a bug handling instructions, like blr, which just consist of a text
authorChris Lattner <sabre@nondot.org>
Wed, 19 Jul 2006 01:39:06 +0000 (01:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Jul 2006 01:39:06 +0000 (01:39 +0000)
commita6dc9fb745962564fac3b18da28736b2e094c417
tree79236a188848ed3f3daea9776bf781474527edb2
parent08e682ecf486a26ffe202d072b98d748193d1f21
Fix a bug handling instructions, like blr, which just consist of a text
string.  The return value of printInstruction should be true for these.

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