Fix a bug in tblgen that caused incorrect encodings on instructions that specified...
authorOwen Anderson <resistor@mac.com>
Thu, 28 Apr 2011 17:51:45 +0000 (17:51 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 28 Apr 2011 17:51:45 +0000 (17:51 +0000)
commit4cdcb4772d95b9e801a0f3cd43776cef3af3b530
tree221589eb68e02aa996e783243c7f21e5dc0c3aa1
parentd78bfbc6bb5342c2256bea0834613b02448ec74d
Fix a bug in tblgen that caused incorrect encodings on instructions that specified operands with "bit" instead of "bits<1>".
Unfortunately, my only testcase for this is fragile, and the ARM AsmParser can't round trip the instruction in question.
<rdar://problem/9345702>

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