diff options
| author | Bill Wendling <isanbard@gmail.com> | 2006-10-27 20:22:04 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2006-10-27 20:22:04 +0000 |
| commit | ce3afd64e99d7417d3606ec09bb1275cf881f30e (patch) | |
| tree | 130a570e8a080eb05ee93cf87e11ea045cdd70f9 /llvm/tools | |
| parent | 74a4a2a80be2440b85299fd945bff9a320b20ff6 (diff) | |
| download | bcm5719-llvm-ce3afd64e99d7417d3606ec09bb1275cf881f30e.tar.gz bcm5719-llvm-ce3afd64e99d7417d3606ec09bb1275cf881f30e.zip | |
Forgot a }
llvm-svn: 31226
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/bugpoint/CrashDebugger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/CrashDebugger.cpp b/llvm/tools/bugpoint/CrashDebugger.cpp index a67d9922fce..233462fc1a7 100644 --- a/llvm/tools/bugpoint/CrashDebugger.cpp +++ b/llvm/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"); } + } } } |

