Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions that
authorKevin Enderby <enderby@apple.com>
Fri, 10 Jan 2014 00:43:32 +0000 (00:43 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 10 Jan 2014 00:43:32 +0000 (00:43 +0000)
commitd9615670b7d2b6b43d19d6e8706e9d504f91030e
tree44a4738660a192b844c043592a329829e99e4328
parent36c48cad0d14cb1679f494c811554198308c4bc1
Fix a bug with the ARM thumb2 CBNZ and CBNZ instructions that
branch to the next instruction.  This can not be encoded but can be
turned into a NOP.

rdar://15062072

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198904 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
test/MC/ARM/thumb2-cbn-to-next-inst.s [new file with mode: 0644]