Do not delete the same graph multiple times when freeing memory if graphs are sharing
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 04:53:27 +0000 (04:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 04:53:27 +0000 (04:53 +0000)
commit81d924d8045f61f3a6165de701f8ef6ec249ea31
treea346ece085db849b379f7731b6e1ef2ddc7bbeb8
parent3d162907e3f52560cdd75e4bedf5d37795b8d79c
Do not delete the same graph multiple times when freeing memory if graphs are sharing

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