summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/Miscompilation.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-14 17:43:27 +0000
committerDan Gohman <gohman@apple.com>2008-07-14 17:43:27 +0000
commit0c292dbb6ce025fff677aede8183ec8bb071f564 (patch)
tree6614c1ea9d511645061a7ab19958b5c740914119 /llvm/tools/bugpoint/Miscompilation.cpp
parent0255531dd39d9ef8a5acbaaead29a3d54a0270a7 (diff)
downloadbcm5719-llvm-0c292dbb6ce025fff677aede8183ec8bb071f564.tar.gz
bcm5719-llvm-0c292dbb6ce025fff677aede8183ec8bb071f564.zip
Reformat this message to fit in 80 cols.
llvm-svn: 53561
Diffstat (limited to 'llvm/tools/bugpoint/Miscompilation.cpp')
-rw-r--r--llvm/tools/bugpoint/Miscompilation.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/bugpoint/Miscompilation.cpp b/llvm/tools/bugpoint/Miscompilation.cpp
index 8e677cbbb21..d57e52b10b5 100644
--- a/llvm/tools/bugpoint/Miscompilation.cpp
+++ b/llvm/tools/bugpoint/Miscompilation.cpp
@@ -841,10 +841,10 @@ bool BugDriver::debugCodeGenerator() {
if ((void*)cbe == (void*)Interpreter) {
std::string Result = executeProgramWithCBE("bugpoint.cbe.out");
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"
- << " debug it. Perhaps you have a front-end problem?\n As a"
- << " sanity check, I left the result of executing the program "
- << "with the C backend\n in this file for you: '"
+ << "is used as the\n 'known good' code generator, so I can't"
+ << " debug it. Perhaps you have a\n front-end problem? As a"
+ << " sanity check, I left the result of executing the\n "
+ << "program with the C backend in this file for you: '"
<< Result << "'.\n";
return true;
}
OpenPOWER on IntegriCloud