mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
Fix debug message.
llvm-svn: 129463
This commit is contained in:
parent
b293311a34
commit
11eaae759b
@ -135,7 +135,9 @@ void DebugInfoProbeImpl::finalize(Function &F) {
|
||||
E = LineNos.end(); I != E; ++I) {
|
||||
unsigned LineNo = *I;
|
||||
if (LineNos2.count(LineNo) == 0) {
|
||||
DEBUG(dbgs() << "DebugInfoProbe: Losing dbg info intrinsic at line " << LineNo << "\n");
|
||||
DEBUG(dbgs()
|
||||
<< "DebugInfoProbe: Losing dbg info for source line "
|
||||
<< LineNo << "\n");
|
||||
++NumDbgLineLost;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user