Add a check to avoid allowing V->replaceAllUsesWith(V)
authorChris Lattner <sabre@nondot.org>
Fri, 29 Jun 2001 05:25:51 +0000 (05:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Jun 2001 05:25:51 +0000 (05:25 +0000)
commit7b8ec2d752c07df070479ba235b8b1147d009f0f
treebeef407da9ad5e4a0c0b3fd0acb557588af380ce
parentb47af25099cac5c59795d6f1eb3b7cf9f962b32f
Add a check to avoid allowing V->replaceAllUsesWith(V)

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