Fix a warning about the use of const being ignored with a cast.
authorKevin Enderby <enderby@apple.com>
Fri, 20 Jun 2014 18:07:34 +0000 (18:07 +0000)
committerKevin Enderby <enderby@apple.com>
Fri, 20 Jun 2014 18:07:34 +0000 (18:07 +0000)
commit602941c737718bf875934f5121615eaf2596f196
tree2e5e0927365af6ce9cfc66cca45631d5d5e4cb61
parent2a069ac1f392699388772f69a6528963c29a6bf6
Fix a warning about the use of const being ignored with a cast.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211383 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp