Format a bit more nicely
authorChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2004 05:56:48 +0000 (05:56 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 20 Feb 2004 05:56:48 +0000 (05:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/BugDriver.cpp

index 07261257a77199841bf5e815a78a38d631653d01..c770299e4d9c674838fbeba75d614d2c0db5065a 100644 (file)
@@ -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();