[llvm-commits] [llvm] r53561 - /llvm/trunk/tools/bugpoint/Miscompilation.cpp

Dan Gohman gohman at apple.com
Mon Jul 14 10:43:27 PDT 2008


Author: djg
Date: Mon Jul 14 12:43:27 2008
New Revision: 53561

URL: http://llvm.org/viewvc/llvm-project?rev=53561&view=rev
Log:
Reformat this message to fit in 80 cols.

Modified:
    llvm/trunk/tools/bugpoint/Miscompilation.cpp

Modified: llvm/trunk/tools/bugpoint/Miscompilation.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/bugpoint/Miscompilation.cpp?rev=53561&r1=53560&r2=53561&view=diff

==============================================================================
--- llvm/trunk/tools/bugpoint/Miscompilation.cpp (original)
+++ llvm/trunk/tools/bugpoint/Miscompilation.cpp Mon Jul 14 12:43:27 2008
@@ -841,10 +841,10 @@
   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;
   }





More information about the llvm-commits mailing list