Reformat this message to fit in 80 cols.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-07-14 17:43:27 +00:00
parent 189a2b32f8
commit cebf59b4a9

View File

@ -841,10 +841,10 @@ bool BugDriver::debugCodeGenerator() {
if ((void*)cbe == (void*)Interpreter) { if ((void*)cbe == (void*)Interpreter) {
std::string Result = executeProgramWithCBE("bugpoint.cbe.out"); std::string Result = executeProgramWithCBE("bugpoint.cbe.out");
std::cout << "\n*** The C backend cannot match the reference diff, but it " std::cout << "\n*** The C backend cannot match the reference diff, but it "
<< "is used as the 'known good'\n code generator, so I can't" << "is used as the\n 'known good' code generator, so I can't"
<< " debug it. Perhaps you have a front-end problem?\n As a" << " debug it. Perhaps you have a\n front-end problem? As a"
<< " sanity check, I left the result of executing the program " << " sanity check, I left the result of executing the\n "
<< "with the C backend\n in this file for you: '" << "program with the C backend in this file for you: '"
<< Result << "'.\n"; << Result << "'.\n";
return true; return true;
} }