mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
Fix cut-n-pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
02c04237d0
commit
8a4087ddc7
@ -1812,7 +1812,7 @@ void DwarfDebug::SetDbgScopeBeginLabels(const MachineInstr *MI, unsigned Label)
|
||||
/// end with this machine instruction.
|
||||
void DwarfDebug::SetDbgScopeEndLabels(const MachineInstr *MI, unsigned Label) {
|
||||
InsnToDbgScopeMapTy::iterator I = DbgScopeEndMap.find(MI);
|
||||
if (I == DbgScopeBeginMap.end())
|
||||
if (I == DbgScopeEndMap.end())
|
||||
return;
|
||||
SmallVector<DbgScope *, 2> &SD = I->second;
|
||||
for (SmallVector<DbgScope *, 2>::iterator SDI = SD.begin(), SDE = SD.end();
|
||||
|
Loading…
x
Reference in New Issue
Block a user