Fix the symbolic operand added for the C disassmbler API for the ARM bl
authorKevin Enderby <enderby@apple.com>
Mon, 27 Feb 2012 18:15:15 +0000 (18:15 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 27 Feb 2012 18:15:15 +0000 (18:15 +0000)
commit0943303d31b1d1f2111725e2fa6906c0a785b96e
treef9a7f53400fa1bb50bfdf3a708c109c19fe52503
parent62c4d9799fa592ae4073d633802013d3aaf08d71
Fix the symbolic operand added for the C disassmbler API for the ARM bl
thumb instruction.  The PC adjustment is +4 in Thumb mode and +8 in ARM mode.

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