Fix bug in my checkin
authorChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 00:14:13 +0000 (00:14 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Oct 2003 00:14:13 +0000 (00:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9217 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/Miscompilation.cpp

index f21ae16eb8072ac74111b6268a6ec556cfde5f78..6ef9fc26c11d684843c9c5f9d7e71188b5860e3e 100644 (file)
@@ -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);
   }