From: Bill Wendling Date: Fri, 27 Oct 2006 20:22:04 +0000 (+0000) Subject: Forgot a } X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=22706e82d57fd37150d494881a8f90b4043d42a1;p=oota-llvm.git Forgot a } git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31226 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/CrashDebugger.cpp b/tools/bugpoint/CrashDebugger.cpp index a67d9922fce..233462fc1a7 100644 --- 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"); } + } } }