Unify the destruction code used for node pairs vs normal nodes. This was
authorChris Lattner <sabre@nondot.org>
Sun, 31 Mar 2002 19:57:44 +0000 (19:57 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 31 Mar 2002 19:57:44 +0000 (19:57 +0000)
commit0b7c85c06a25f85048cc18225a00f2c634add65f
tree5261dab8b99f025ef8996136ba58591fd8f341a3
parenta10d1a7aaa7c6fc054b585e993ddbe201ee4cba8
Unify the destruction code used for node pairs vs normal nodes.  This was
causing a problem before because global values with incoming edges didn't
copy the incoming edges to the node they were being merged from, causing
the poolalloc pass to die.

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