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-02-18 20:42:15 +00:00
2003-04-23 18:38:24 +00:00
2003-04-24 22:54:06 +00:00
2003-04-22 19:31:55 +00:00
2003-01-31 19:00:26 +00:00
2003-01-31 19:00:26 +00:00
Description
Mirror of official llvm git repository located at http://llvm.org/git/llvm. Updated every five minutes.
473 MiB
Languages
LLVM 46.9%
C++ 42.5%
Assembly 8.9%
C 0.6%
Python 0.4%
Other 0.5%