From: Chris Lattner Date: Fri, 20 Feb 2004 05:56:48 +0000 (+0000) Subject: Format a bit more nicely X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=47dd2766f205d0f2b2eaa624cc20a032402b611e;p=oota-llvm.git Format a bit more nicely git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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();