Teach bugpoint to kill optimization passes that run over the timeout limit,
authorChris Lattner <sabre@nondot.org>
Tue, 13 Jun 2006 03:10:48 +0000 (03:10 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 13 Jun 2006 03:10:48 +0000 (03:10 +0000)
commit9686ae7f4ea5f19ce77e31e64e0916db41a82662
tree956f930211eeff054037c07267d14662bb4d862f
parent81c01f0d2cab55e9bd2a723f1015e1cc06b314d2
Teach bugpoint to kill optimization passes that run over the timeout limit,
which allows it to debug optimizer infinite loops.  This patch is contributed
by Nick Lewycky, thanks!

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