Wrap const MDNode * inside DIDescriptor.
[oota-llvm.git] / tools / bugpoint / Miscompilation.cpp
index 6af1f6a57eeb3dc6c1d37ec600a00866f06752fe..45bb745a9acc0725ff65a6128af8413eac1681ec 100644 (file)
@@ -1000,7 +1000,7 @@ bool BugDriver::debugCodeGenerator(std::string *Error) {
   if (isExecutingJIT()) {
     outs() << "  lli -load " << SharedObject << " " << TestModuleBC.str();
   } else {
-    outs() << "  llc -f " << TestModuleBC.str() << " -o " << TestModuleBC.str()
+    outs() << "  llc " << TestModuleBC.str() << " -o " << TestModuleBC.str()
            << ".s\n";
     outs() << "  gcc " << SharedObject << " " << TestModuleBC.str()
               << ".s -o " << TestModuleBC.str() << ".exe";