mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 22:15:25 +00:00
Fix a missing newline, now that Value's operator<< doesn't add one of its own.
llvm-svn: 80096
This commit is contained in:
parent
8095221102
commit
80f768698e
@ -104,7 +104,7 @@ PrintModRefResults(const char *Msg, bool P, Instruction *I, Value *Ptr,
|
||||
if (P) {
|
||||
errs() << " " << Msg << ": Ptr: ";
|
||||
WriteAsOperand(errs(), Ptr, true, M);
|
||||
errs() << "\t<->" << *I;
|
||||
errs() << "\t<->" << *I << '\n';
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user