PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
authorDavid Peixotto <dpeixott@codeaurora.org>
Wed, 13 Feb 2013 19:21:47 +0000 (19:21 +0000)
committerDavid Peixotto <dpeixott@codeaurora.org>
Wed, 13 Feb 2013 19:21:47 +0000 (19:21 +0000)
commitaf7c042af1f0f890be38e0d484ab1e7751565c7b
treeb48f6df79d69827d21d3144f48feff547aab70b2
parentabde6755f93cbfa7ad06c71f7e535b0b36f6f532
PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA

Fixed bug in tablegen conversion when source pseudo instruction has
a different number of arguments than the destination instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175066 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/ARM/2013-01-21-PR14992.ll [new file with mode: 0644]
utils/TableGen/PseudoLoweringEmitter.cpp