Fix a bug in the ARM disassembler for wide branch conditional instructions
authorKevin Enderby <enderby@apple.com>
Fri, 4 May 2012 22:02:27 +0000 (22:02 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 4 May 2012 22:02:27 +0000 (22:02 +0000)
commitce734d5ffe53273caa7df762f70803050b0ce929
tree7a23b1f757ef1cd7f54a5e0da82fa69af8cd640b
parent917644d0c347950f8e77f52797cb89ceb771215d
Fix a bug in the ARM disassembler for wide branch conditional instructions
where the symbolic operand's displacement was incorrectly shifted left by 1.
rdar://11387046

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156212 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/Disassembler/ARMDisassembler.cpp