Use const_cast instead of a C-style cast.
authorDan Gohman <gohman@apple.com>
Tue, 24 Jun 2008 17:47:37 +0000 (17:47 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 24 Jun 2008 17:47:37 +0000 (17:47 +0000)
commit78f39da1e8586a0ab80e4c8d1139b36a5f17fa49
tree50dd73caa3c377ca7edba4ed657982c14758b13d
parent4f37660fa1c1c8daf967613d9dda186b73ba62a3
Use const_cast instead of a C-style cast.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52684 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp