mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
Fix debug message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9bb386a933
commit
be7cd7580d
@ -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…
x
Reference in New Issue
Block a user