mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 20:29:48 +00:00
Fix typo in DEBUG message.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135111 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5fc0d886da
commit
0f16a4eecc
@ -1743,10 +1743,10 @@ bool DwarfDebug::extractScopeInformation() {
|
|||||||
// If we have alread seen a beginning of a instruction range and
|
// If we have alread seen a beginning of a instruction range and
|
||||||
// current instruction scope does not match scope of first instruction
|
// current instruction scope does not match scope of first instruction
|
||||||
// in this range then create a new instruction range.
|
// in this range then create a new instruction range.
|
||||||
DEBUG(dbgs() << "Createing new instruction range :\n");
|
DEBUG(dbgs() << "Creating new instruction range :\n");
|
||||||
DEBUG(dbgs() << "Begin Range at " << *RangeBeginMI);
|
DEBUG(dbgs() << "Begin Range at " << *RangeBeginMI);
|
||||||
DEBUG(dbgs() << "End Range at " << *PrevMI);
|
DEBUG(dbgs() << "End Range at " << *PrevMI);
|
||||||
DEBUG(dbgs() << "New Range starting at " << *MInsn);
|
DEBUG(dbgs() << "Next Range starting at " << *MInsn);
|
||||||
DEBUG(dbgs() << "------------------------\n");
|
DEBUG(dbgs() << "------------------------\n");
|
||||||
DbgRange R(RangeBeginMI, PrevMI);
|
DbgRange R(RangeBeginMI, PrevMI);
|
||||||
MI2ScopeMap[RangeBeginMI] = getOrCreateDbgScope(PrevScope,
|
MI2ScopeMap[RangeBeginMI] = getOrCreateDbgScope(PrevScope,
|
||||||
|
Loading…
Reference in New Issue
Block a user