diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-18 00:14:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-18 00:14:13 +0000 |
commit | 54cbc41d053ee2c13bdee7fe9219a304c83f2258 (patch) | |
tree | 11bf669e52e596c63e264b1ebe421a14743f4db7 | |
parent | ea48572a804227ecb380f43a0d3469096458f2da (diff) | |
download | bcm5719-llvm-54cbc41d053ee2c13bdee7fe9219a304c83f2258.tar.gz bcm5719-llvm-54cbc41d053ee2c13bdee7fe9219a304c83f2258.zip |
Fix bug in my checkin
llvm-svn: 9217
-rw-r--r-- | llvm/tools/bugpoint/Miscompilation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/Miscompilation.cpp b/llvm/tools/bugpoint/Miscompilation.cpp index f21ae16eb80..6ef9fc26c11 100644 --- a/llvm/tools/bugpoint/Miscompilation.cpp +++ b/llvm/tools/bugpoint/Miscompilation.cpp @@ -209,7 +209,6 @@ bool ReduceMiscompilingFunctions::TestFuncs(const std::vector<Function*> &Funcs, true/*quiet*/)) { std::cerr << " Error running this sequence of passes" << " on the input program!\n"; - BD.setPassesToRun(Suffix); BD.EmitProgressBytecode("pass-error", false); exit(1); } |