llvm-6502/tools/bugpoint
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
..
BugDriver.cpp Make sure that deleted functions have external linkage 2003-04-24 22:53:01 +00:00
BugDriver.h Remove dead functions 2003-04-24 22:53:24 +00:00
bugpoint.cpp
CrashDebugger.cpp The big fix is this change: 2003-04-24 22:54:06 +00:00
ExecutionDriver.cpp Implement support for bugpoint to identify which FUNCTION an optimization 2003-04-24 17:02:17 +00:00
ExtractFunction.cpp Remove dead functions 2003-04-24 22:53:24 +00:00
ListReducer.h Allow reducer interfaces to mutate the lists passed in 2003-04-24 22:23:56 +00:00
Makefile Link in lots o libraries 2003-01-14 21:30:30 +00:00
Miscompilation.cpp Adjust to match new ListReducer interface 2003-04-24 22:24:22 +00:00
OptimizerDriver.cpp Make sure to create a target data that matches the Module's target properties. 2003-04-24 19:13:02 +00:00
SystemUtils.cpp Fix build problem on sparc 2003-01-29 18:15:34 +00:00
SystemUtils.h New files for miscompilation detection 2002-12-23 23:50:16 +00:00
TestPasses.cpp Remove unnecessary &* 2003-04-23 16:38:00 +00:00