aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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
commitcebf59b4a972a5363ccedc8d8b91437dbe5396b4 (patch)
tree447c93ef0161c149e4b8a8d16c61dcacd28bbbf5 /tools
parent189a2b32f8dfcf35de60e04800ecac4553578e0d (diff)
downloadexternal_llvm-cebf59b4a972a5363ccedc8d8b91437dbe5396b4.zip
external_llvm-cebf59b4a972a5363ccedc8d8b91437dbe5396b4.tar.gz
external_llvm-cebf59b4a972a5363ccedc8d8b91437dbe5396b4.tar.bz2
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
Diffstat (limited to 'tools')
-rw-r--r--tools/bugpoint/Miscompilation.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/bugpoint/Miscompilation.cpp b/tools/bugpoint/Miscompilation.cpp
index 8e677cb..d57e52b 100644
--- a/tools/bugpoint/Miscompilation.cpp
+++ b/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;
}