diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-14 20:52:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-14 20:52:55 +0000 |
commit | 2ed0642a955ac35202e58affb7d29e08f1195f85 (patch) | |
tree | 1b7fb3a39b01d6819d9c499eb6450eb33ccdf670 /llvm/tools/bugpoint/Miscompilation.cpp | |
parent | fdfe3704069e1dc3c81190387ad8663edcb5b15f (diff) | |
download | bcm5719-llvm-2ed0642a955ac35202e58affb7d29e08f1195f85.tar.gz bcm5719-llvm-2ed0642a955ac35202e58affb7d29e08f1195f85.zip |
Eliminate the bugpoint -mode option, by making bugpoint automatically infer the root of all of your problems
llvm-svn: 9115
Diffstat (limited to 'llvm/tools/bugpoint/Miscompilation.cpp')
-rw-r--r-- | llvm/tools/bugpoint/Miscompilation.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/tools/bugpoint/Miscompilation.cpp b/llvm/tools/bugpoint/Miscompilation.cpp index b88f87c9b1e..2ede067b1e0 100644 --- a/llvm/tools/bugpoint/Miscompilation.cpp +++ b/llvm/tools/bugpoint/Miscompilation.cpp @@ -261,13 +261,6 @@ bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs, /// input. /// bool BugDriver::debugMiscompilation() { - - if (diffProgram()) { - std::cout << "\n*** Input program does not match reference diff!\n" - << " Must be problem with input source!\n"; - return false; // Problem found - } - // Make sure something was miscompiled... if (!ReduceMiscompilingPasses(*this).reduceList(PassesToRun)) { std::cerr << "*** Optimized program matches reference output! No problem " |