From f98cc27056a87e82a9e2a615a9919f0f0678227e 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 llvm-svn: 11651 --- llvm/tools/bugpoint/BugDriver.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/tools/bugpoint/BugDriver.cpp b/llvm/tools/bugpoint/BugDriver.cpp index 07261257a771..c770299e4d9c 100644 --- a/llvm/tools/bugpoint/BugDriver.cpp +++ b/llvm/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();