Support remote execute for ARM.
[oota-llvm.git] / tools / bugpoint / BugDriver.cpp
index aab50720c6efe587e2ce134cb0d84e40ffdd52c8..269bf5fb095f6d80381c782a7270be1c71e80f92 100644 (file)
@@ -205,7 +205,7 @@ bool BugDriver::run() {
   std::cout << "*** Checking the code generator...\n";
   try {
     if (!diffProgram()) {
-      std::cout << "\n*** Debugging miscompilation!\n";
+      std::cout << "\n*** Output matches: Debugging miscompilation!\n";
       return debugMiscompilation();
     }
   } catch (ToolExecutionError &TEE) {