Change the signature of replaceUsesOfWithOnConstant. The bool was always
authorChris Lattner <sabre@nondot.org>
Tue, 4 Oct 2005 18:13:04 +0000 (18:13 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 4 Oct 2005 18:13:04 +0000 (18:13 +0000)
commitd0ff1adbdb4b7b565b7f8f191aac0731e80aa1ef
tree4c834c0295bf27b9e6753ed56596da89173e6e35
parent40cdedecf5d871a83363cb7d69a6f6eed525651c
Change the signature of replaceUsesOfWithOnConstant.  The bool was always
true dynamically.  Finally, pass the Use* that replaceAllUsesWith has into
the method for future use.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23626 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Constants.cpp
lib/VMCore/Globals.cpp
lib/VMCore/Value.cpp