From 22706e82d57fd37150d494881a8f90b4043d42a1 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 27 Oct 2006 20:22:04 +0000 Subject: [PATCH] Forgot a } git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31226 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/CrashDebugger.cpp | 1 + 1 file changed, 1 insertion(+) 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"); } + } } }