Fix for PR960. Improves bugpoint so that it removes global variable
authorBill Wendling <isanbard@gmail.com>
Wed, 25 Oct 2006 18:36:14 +0000 (18:36 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 25 Oct 2006 18:36:14 +0000 (18:36 +0000)
commit4e3be89cb5cde6e2df294c64db3bc28133b67594
treebac57f80bd41231b9bb2d953374106fea1e7f8b6
parent08fb05c3ac440979021f508bfee073359be46f7e
Fix for PR960. Improves bugpoint so that it removes global variable
initializers as well. This is only a first pass. It can be slow because
it clones the module for each pass. An obvious improvement is not to do that.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31182 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/BugDriver.cpp
tools/bugpoint/BugDriver.h
tools/bugpoint/CrashDebugger.cpp