OSDN Git Service

Delete some dead code and add a missing "0x" prefix to a hex string in
authorChandler Carruth <chandlerc@gmail.com>
Thu, 3 Nov 2016 17:11:11 +0000 (17:11 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 3 Nov 2016 17:11:11 +0000 (17:11 +0000)
commit9a2d9babdcee1e5c9f18ebe941617ecc52ac5e7c
treeec5bc709c87ead229a552bf6abe3512aa94f45f3
parentcad7687580aaff3d0ec6632e716b01cc2b9abca1
Delete some dead code and add a missing "0x" prefix to a hex string in
llvm-readobj.

Another bug caught by PVS-Studio.

It'd be nice to actually have a test for this, but I found it by
inspection from PVS-Studio.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285937 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/ELFDumper.cpp