Format a bit more nicely

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11651 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-02-20 05:56:48 +00:00
parent f358c5ad15
commit 47dd2766f2

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