remove the old and dangerous uncheckedReplaceAllUsesWith method,
authorChris Lattner <sabre@nondot.org>
Fri, 15 Jul 2011 06:18:52 +0000 (06:18 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 15 Jul 2011 06:18:52 +0000 (06:18 +0000)
commit678f9e05c949bc565b736b0bb4337bffb0f3c687
tree8a6bb974c2e98cf0169d95e44f12b47051682aff
parent032c6eb1c4d36a9e906f5efc0ada76c952225a4f
remove the old and dangerous uncheckedReplaceAllUsesWith method,
which was just replaceAllUsesWith without some assertions.  It was
needed back when type refinement was alive.

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