Refactor all of the "splitting a module into two pieces" code to avoid
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 19:27:19 +0000 (19:27 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 19:27:19 +0000 (19:27 +0000)
commitbe21ca54e08339ede5dd4bbb882182d22e274988
tree3fc14c02ac5bbecec325cf6451f776ddefd91f82
parent39354c99a158685d8bc91b0836c283e936a29cb2
Refactor all of the "splitting a module into two pieces" code to avoid
code duplication.  Also, don't use ReduceMiscompilingFunctions::TestFuncs
to print out the final message.

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