When checking whether the special handling for an addrec increment which
[oota-llvm.git] / lib / Analysis / AliasAnalysisCounter.cpp
index 761cd46783f648c1df294a4f290eff42b49d0beb..1053955ea23397654a33b904b7a8742e1dc26087 100644 (file)
@@ -162,7 +162,7 @@ AliasAnalysisCounter::getModRefInfo(CallSite CS, Value *P, unsigned Size) {
     errs() << MRString << ":  Ptr: ";
     errs() << "[" << Size << "B] ";
     WriteAsOperand(errs(), P, true, M);
-    errs() << "\t<->" << *CS.getInstruction();
+    errs() << "\t<->" << *CS.getInstruction() << '\n';
   }
   return R;
 }