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 3354eb4 commit 36cb2b6Copy full SHA for 36cb2b6
llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
@@ -431,8 +431,7 @@ void DebugNamesAbbrev::Profile(FoldingSetNodeID &ID) const {
431
ID.AddInteger(DieTag);
432
for (const DebugNamesAbbrev::AttributeEncoding &Enc : AttrVect) {
433
ID.AddInteger(Enc.Index);
434
- if (Enc.Index == dwarf::DW_IDX_parent)
435
- ID.AddInteger(Enc.Form);
+ ID.AddInteger(Enc.Form);
436
}
437
438
0 commit comments