- Add new Constant::replaceUsesOfWithOnConstant which has an end result
authorChris Lattner <sabre@nondot.org>
Wed, 9 Oct 2002 23:12:25 +0000 (23:12 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Oct 2002 23:12:25 +0000 (23:12 +0000)
commitc251f9e0ae46dafec666541b8311af878da27f06
tree9e0f7e4d356a25c49e93e275cbae3f5d351807fb
parent4bbd839d10b14cd9028896800faa892e9d8ce3a3
  - Add new Constant::replaceUsesOfWithOnConstant which has an end result
    similar to User::replaceUsesOfWith but actually does the right thing for
    constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4102 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constant.h
include/llvm/Constants.h
lib/VMCore/Constants.cpp