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:
b3d83a3
)
Forgot a }
author
Bill Wendling
<isanbard@gmail.com>
Fri, 27 Oct 2006 20:22:04 +0000
(20:22 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 27 Oct 2006 20:22:04 +0000
(20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31226
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/bugpoint/CrashDebugger.cpp
patch
|
blob
|
history
diff --git
a/tools/bugpoint/CrashDebugger.cpp
b/tools/bugpoint/CrashDebugger.cpp
index a67d9922fce1ad5e94c0fc10a074272aeb11f103..233462fc1a7bd1b47158940148f1cd88920854d4 100644
(file)
--- a/
tools/bugpoint/CrashDebugger.cpp
+++ b/
tools/bugpoint/CrashDebugger.cpp
@@
-398,6
+398,7
@@
static bool DebugACrash(BugDriver &BD, bool (*TestFn)(BugDriver &, Module *)) {
if (GVs.size() < OldSize)
BD.EmitProgressBytecode("reduced-global-variables");
}
+ }
}
}