mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
Elaborate on comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3a1812d1fe
commit
4e976457eb
@ -1221,7 +1221,7 @@ void
|
|||||||
DwarfDebug::collectVariableInfo(const MachineFunction *MF,
|
DwarfDebug::collectVariableInfo(const MachineFunction *MF,
|
||||||
SmallPtrSet<const MDNode *, 16> &Processed) {
|
SmallPtrSet<const MDNode *, 16> &Processed) {
|
||||||
|
|
||||||
// collection info from MMI table.
|
// Grab the variable info that was squirreled away in the MMI side-table.
|
||||||
collectVariableInfoFromMMITable(MF, Processed);
|
collectVariableInfoFromMMITable(MF, Processed);
|
||||||
|
|
||||||
for (SmallVectorImpl<const MDNode*>::const_iterator
|
for (SmallVectorImpl<const MDNode*>::const_iterator
|
||||||
|
Loading…
Reference in New Issue
Block a user