Implement support for bugpoint to identify which FUNCTION an optimization
authorChris Lattner <sabre@nondot.org>
Thu, 24 Apr 2003 17:02:17 +0000 (17:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Apr 2003 17:02:17 +0000 (17:02 +0000)
commit640f22e66d90439857a97a83896ee68c4f7128c9
tree47bce45dc762178d2e8f5e9d03cbbcae4be925bc
parent7899b74fdbb58bcb50641703b6f1f212a3aebcb0
Implement support for bugpoint to identify which FUNCTION an optimization
is miscompiling.

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