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 | a64c3fa47e39f74c6e1f8d82249a719d6c696970 (patch) | |
tree | 8856899db81e5c6b3c24647d09cd08fbbc3832a6 /tools | |
parent | 9f71e799c3e6e4cc0c71de82bda81f8753e82942 (diff) | |
download | external_llvm-a64c3fa47e39f74c6e1f8d82249a719d6c696970.zip external_llvm-a64c3fa47e39f74c6e1f8d82249a719d6c696970.tar.gz external_llvm-a64c3fa47e39f74c6e1f8d82249a719d6c696970.tar.bz2 |
Fix bug in my checkin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/bugpoint/Miscompilation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/Miscompilation.cpp b/tools/bugpoint/Miscompilation.cpp index f21ae16..6ef9fc2 100644 --- a/tools/bugpoint/Miscompilation.cpp +++ b/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); } |