Allow these methods to take a generic Value* to simplify clients. Use
authorChris Lattner <sabre@nondot.org>
Sun, 24 Apr 2005 07:28:37 +0000 (07:28 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Apr 2005 07:28:37 +0000 (07:28 +0000)
commit64001d0a138cfff860a50aaa42f215028ca68be6
tree31015a136c87fad62995d16976e71459e917b6a8
parent353835447c22559f00d010b9274bea96abf77e06
Allow these methods to take a generic Value* to simplify clients.  Use
const_cast instead of c casts.

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