Chris Lattner f607b79bc7 The big fix is this change:
-    if (I->isExternal() && !Functions.count(I))
+    if (!I->isExternal() && !Functions.count(I))

We were not actually deleting any functions from the module!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5914 91177308-0d34-0410-b5e6-96231b3b80d8
2003-04-24 22:54:06 +00:00
..
2003-04-24 22:53:24 +00:00
2002-11-20 22:28:10 +00:00
2003-04-24 22:54:06 +00:00
2003-04-24 22:53:24 +00:00
2003-01-14 21:30:30 +00:00
2003-01-29 18:15:34 +00:00
2003-04-23 16:38:00 +00:00