Skip to content

Commit ac7ec22

Browse files
committed
changed back to auto
1 parent b006fe5 commit ac7ec22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,7 @@ void DebugNamesAbbrev::Profile(FoldingSetNodeID &ID) const {
439439
void Dwarf5AccelTableWriter::populateAbbrevsMap() {
440440
for (auto &Bucket : Contents.getBuckets()) {
441441
for (auto *Hash : Bucket) {
442-
for (DWARF5AccelTableData *Value :
443-
Hash->getValues<DWARF5AccelTableData *>()) {
442+
for (auto *Value : Hash->getValues<DWARF5AccelTableData *>()) {
444443
std::optional<DWARF5AccelTable::UnitIndexAndEncoding> EntryRet =
445444
getIndexForEntry(*Value);
446445
std::optional<dwarf::Form> MaybeParentForm = getFormForIdxParent(

0 commit comments

Comments
 (0)