Skip to content

Commit 34b20b1

Browse files
committed
fix build
1 parent eab0703 commit 34b20b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2483,8 +2483,8 @@ void DwarfDebug::computeKeyInstructions(const MachineFunction *MF) {
24832483
}
24842484
}
24852485

2486-
for (const auto &[_, Insts] : GroupCandidates.values())
2487-
for (auto *I : Insts)
2486+
for (const auto &[_, Insts] : GroupCandidates)
2487+
for (auto *I : Insts.second)
24882488
KeyInstructions.insert(I);
24892489
}
24902490

0 commit comments

Comments
 (0)