diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-20 05:56:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-20 05:56:48 +0000 |
commit | 47dd2766f205d0f2b2eaa624cc20a032402b611e (patch) | |
tree | a2b6561a19964cf16fd89d148a525077de8b2ac8 | |
parent | f358c5ad1576157f0610305099b2c04bd53aabd4 (diff) |
Format a bit more nicely
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | tools/bugpoint/BugDriver.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index 07261257a7..c770299e4d 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(); |