OSDN Git Service

Add a newline, now that Value's operator<< doesn't print one.
authorDan Gohman <gohman@apple.com>
Tue, 14 Jul 2009 00:32:49 +0000 (00:32 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 14 Jul 2009 00:32:49 +0000 (00:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75568 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/IVUsers.cpp

index 9ad7cc9..0f0bbba 100644 (file)
@@ -340,6 +340,7 @@ void IVUsers::print(raw_ostream &OS, const Module *M) const {
         OS << " (post-inc)";
       OS << " in ";
       UI->getUser()->print(OS);
+      OS << '\n';
     }
   }
 }