Add missing 'const'. I don't think this is strictly required, but some
authorDaniel Jasper <djasper@google.com>
Fri, 10 Jul 2015 07:09:20 +0000 (07:09 +0000)
committerDaniel Jasper <djasper@google.com>
Fri, 10 Jul 2015 07:09:20 +0000 (07:09 +0000)
commitd09a1e42ca4f97608f389faec06511162507af27
tree0cf7b7e21942acc8af8e8c6b9c6f367365b2fe5d
parentec83dbdc5e195a1952e27c0cdd1311b8bcbe885a
Add missing 'const'. I don't think this is strictly required, but some
compiler configuration is giving me an error and it seems to be
recommended anyway.

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