projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f71e79
)
Fix bug in my checkin
author
Chris Lattner
<sabre@nondot.org>
Sat, 18 Oct 2003 00:14:13 +0000
(
00:14
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/tools/bugpoint/Miscompilation.cpp
b/tools/bugpoint/Miscompilation.cpp
index f21ae16eb8072ac74111b6268a6ec556cfde5f78..6ef9fc26c11d684843c9c5f9d7e71188b5860e3e 100644
(file)
--- 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);
}