Change the signature of replaceUsesOfWithOnConstant to take a Use* and not
authorChris Lattner <sabre@nondot.org>
Tue, 4 Oct 2005 18:12:13 +0000 (18:12 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Oct 2005 18:12:13 +0000 (18:12 +0000)
commit40cdedecf5d871a83363cb7d69a6f6eed525651c
tree600dc009ed679d8d6f88002217ccb9c7174a9341
parenta55b30a225a023b6e6315b0c82a4622b457758ab
Change the signature of replaceUsesOfWithOnConstant to take a Use* and not
take the bool.  The bool is always true dynamically.

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