inline isGEP away.
[oota-llvm.git] / lib / Analysis / AliasAnalysisEvaluator.cpp
index 074f99ec75ccadc578d00446b004ff9ba05ec8c3..bb95c01e2ea9ec7808f0f56add07b991a402cfb2 100644 (file)
@@ -104,7 +104,7 @@ PrintModRefResults(const char *Msg, bool P, Instruction *I, Value *Ptr,
   if (P) {
     errs() << "  " << Msg << ":  Ptr: ";
     WriteAsOperand(errs(), Ptr, true, M);
-    errs() << "\t<->" << *I;
+    errs() << "\t<->" << *I << '\n';
   }
 }