Fix BU datastructures with povray!
authorChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2004 17:06:53 +0000 (17:06 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Mar 2004 17:06:53 +0000 (17:06 +0000)
commitf590ced5c54bb64f0bf1cd5b377459f731324b3c
tree7e651f019bbbac4b9f7eb58ae58a305b87fa7baa
parent16437ff7054d745205d8d7ff529d569a26d683c8
Fix BU datastructures with povray!

The problem was that we were merging a field of a node with a value that was
deleted.  Thanks to bugpoint for reducing povray to a nice small 3 function
example.  :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12116 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/DataStructure/DataStructure.cpp