mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 07:24:25 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173698 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1191,7 +1191,7 @@ DwarfDebug::collectVariableInfo(const MachineFunction *MF,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// handle multiple DBG_VALUE instructions describing one variable.
|
// Handle multiple DBG_VALUE instructions describing one variable.
|
||||||
RegVar->setDotDebugLocOffset(DotDebugLocEntries.size());
|
RegVar->setDotDebugLocOffset(DotDebugLocEntries.size());
|
||||||
|
|
||||||
for (SmallVectorImpl<const MachineInstr*>::const_iterator
|
for (SmallVectorImpl<const MachineInstr*>::const_iterator
|
||||||
|
Reference in New Issue
Block a user