Format a bit more nicely

llvm-svn: 11651
This commit is contained in:
Chris Lattner 2004-02-20 05:56:48 +00:00
parent 73ffc88a8b
commit f98cc27056
1 changed files with 1 additions and 0 deletions

View 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();