For ARM disassembly only print 32 unsigned bits for the address of branch
authorKevin Enderby <enderby@apple.com>
Fri, 13 Apr 2012 18:46:37 +0000 (18:46 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 13 Apr 2012 18:46:37 +0000 (18:46 +0000)
commit6c22695c6d10036f5635caec7ea84dbe84cc6bea
treeb62bfb15c687e379dea01057ec62855972d65216
parent44234775486a0bd8fb6dae4048666ea5567caa11
For ARM disassembly only print 32 unsigned bits for the address of branch
targets so if the branch target has the high bit set it does not get printed as:
 beq     0xffffffff8008c404

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