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 9ad7cc9e5d440c5c7ed19c71666c5d72872f1347..0f0bbbad35f59aaf7642777d278c422e67535e0b 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';
     }
   }
 }