Fix a problem with double freeing memory. For some reason, CallGraph is not
authorChris Lattner <sabre@nondot.org>
Sun, 2 May 2004 16:06:18 +0000 (16:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 May 2004 16:06:18 +0000 (16:06 +0000)
commit7b11e339d20edd9ee64efb179390a2054cd456c0
treeeab445819f06f47ab8a08f32e96545d83513bb82
parent224f7e65e0441c4fab12e41c300b494fa35a1060
Fix a problem with double freeing memory.  For some reason, CallGraph is not
acting like a normal pass.  :(

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