1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Add a newline, now that Value's operator<< doesn't print one.

llvm-svn: 75568
This commit is contained in:
Dan Gohman 2009-07-14 00:32:49 +00:00
parent 194a3c6000
commit 46fa731fe5

View 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';
}
}
}