Add space to assert message.
[oota-llvm.git] / lib / Analysis / ProfileDataLoaderPass.cpp
index 51b7f1d869133154d3d267c19067f38e4777a4c2..2ee0093a8f577d928a18172fc13a7a2732144f4e 100644 (file)
@@ -177,8 +177,8 @@ bool ProfileMetadataLoaderPass::runOnModule(Module &M) {
   unsigned ReadCount = matchEdges(M, PB, Counters);
 
   if (ReadCount != Counters.size()) {
-    M.getContext().emitWarning("profile information is inconsistent "
-                               "with the current program");
+    errs() << "WARNING: profile information is inconsistent with "
+           << "the current program!\n";
   }
   NumEdgesRead = ReadCount;