summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-14 00:32:49 +0000
committerDan Gohman <gohman@apple.com>2009-07-14 00:32:49 +0000
commitf2c9922f5052cd3cbfe7cacf5f8ecef5c9781237 (patch)
treec89b2018d5a5086a77d912041eb9876ccb18bc0a /llvm/lib
parent8da86eb274e53a23b6326968ab79b28a94e5fa7d (diff)
downloadbcm5719-llvm-f2c9922f5052cd3cbfe7cacf5f8ecef5c9781237.tar.gz
bcm5719-llvm-f2c9922f5052cd3cbfe7cacf5f8ecef5c9781237.zip
Add a newline, now that Value's operator<< doesn't print one.
llvm-svn: 75568
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/IVUsers.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/IVUsers.cpp b/llvm/lib/Analysis/IVUsers.cpp
index 9ad7cc9e5d4..0f0bbbad35f 100644
--- a/llvm/lib/Analysis/IVUsers.cpp
+++ b/llvm/lib/Analysis/IVUsers.cpp
@@ -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';
}
}
}
OpenPOWER on IntegriCloud