[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu Feb 19 23:58:02 PST 2004


Changes in directory llvm/tools/bugpoint:

BugDriver.cpp updated: 1.28 -> 1.29

---
Log message:

Format a bit more nicely


---
Diffs of the changes:  (+1 -0)

Index: llvm/tools/bugpoint/BugDriver.cpp
diff -u llvm/tools/bugpoint/BugDriver.cpp:1.28 llvm/tools/bugpoint/BugDriver.cpp:1.29
--- llvm/tools/bugpoint/BugDriver.cpp:1.28	Thu Feb 19 11:03:49 2004
+++ llvm/tools/bugpoint/BugDriver.cpp	Thu Feb 19 23:56:48 2004
@@ -151,6 +151,7 @@
   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();





More information about the llvm-commits mailing list