From 47dd2766f205d0f2b2eaa624cc20a032402b611e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Feb 2004 05:56:48 +0000 Subject: [PATCH] Format a bit more nicely git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/bugpoint/BugDriver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index 07261257a77..c770299e4d9 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp @@ -151,6 +151,7 @@ bool BugDriver::run() { std::cout << "Running the code generator to test for a crash: "; try { compileProgram(Program); + std::cout << "\n"; } catch (ToolExecutionError &TEE) { std::cout << TEE.what(); return debugCodeGeneratorCrash();