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:
parent
194a3c6000
commit
46fa731fe5
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user