mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
Fix a missing newline, now that Value's operator<< doesn't add one of its own.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a8c711cb23
commit
e2cb912039
@ -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…
Reference in New Issue
Block a user