Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
authorJeffrey Yasskin <jyasskin@google.com>
Mon, 12 Oct 2009 17:43:32 +0000 (17:43 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Mon, 12 Oct 2009 17:43:32 +0000 (17:43 +0000)
commit6a9291ad55cf3b3731d3512eb5aa72ac7cdf02f9
tree67769405971b3e006a499da89c7f44ab7c9c64f4
parent4ae7972f1dc450d315ddebfe78d4fe66f931a252
Fix llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the
same Value without breaking things.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83861 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/ValueHandle.h
lib/VMCore/Value.cpp
unittests/Support/ValueHandleTest.cpp