We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b006fe5 commit ac7ec22Copy full SHA for ac7ec22
llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
@@ -439,8 +439,7 @@ void DebugNamesAbbrev::Profile(FoldingSetNodeID &ID) const {
439
void Dwarf5AccelTableWriter::populateAbbrevsMap() {
440
for (auto &Bucket : Contents.getBuckets()) {
441
for (auto *Hash : Bucket) {
442
- for (DWARF5AccelTableData *Value :
443
- Hash->getValues<DWARF5AccelTableData *>()) {
+ for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) {
444
std::optional<DWARF5AccelTable::UnitIndexAndEncoding> EntryRet =
445
getIndexForEntry(*Value);
446
std::optional<dwarf::Form> MaybeParentForm = getFormForIdxParent(
0 commit comments