commit | e0f4b98026aa25969106dd8143a8eff03ab99975 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jun 22 03:03:52 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jun 22 03:03:52 2003 +0000 |
tree | 0da17e746b748c0bdd7f9811c68fc01657a3ca50 | |
parent | 5bb8776eced883293b3d2e11e52ad250a3a91015 [diff] [blame] |
Remove support for the MultiObject flag, which was fundamentally broken git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6840 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/DataStructure/TopDownClosure.cpp b/lib/Analysis/DataStructure/TopDownClosure.cpp index def5492..3138ada 100644 --- a/lib/Analysis/DataStructure/TopDownClosure.cpp +++ b/lib/Analysis/DataStructure/TopDownClosure.cpp
@@ -45,6 +45,7 @@ // has no way to extend the lifetime of the pass, which screws up ds-aa. // void TDDataStructures::releaseMyMemory() { + return; for (hash_map<const Function*, DSGraph*>::iterator I = DSInfo.begin(), E = DSInfo.end(); I != E; ++I) delete I->second;