Fix a nasty dangling pointer problem, due to a free'd pointer being left in
authorChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2004 20:01:31 +0000 (20:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2004 20:01:31 +0000 (20:01 +0000)
commita1c972df7de79c68dca2c12ba92d1018acd71c67
treec178e8087430c973e62190cf8594b9d514f66c97
parentd15165723cbdb577c8acf8fcbfad6d2b16b70808
Fix a nasty dangling pointer problem, due to a free'd pointer being left in
a map.  This caused problems if a later object happened to be allocated at
the free'd object's address.

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