Skip to content

Commit 36cb2b6

Browse files
committed
changed to always hash form
1 parent 3354eb4 commit 36cb2b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,7 @@ void DebugNamesAbbrev::Profile(FoldingSetNodeID &ID) const {
431431
ID.AddInteger(DieTag);
432432
for (const DebugNamesAbbrev::AttributeEncoding &Enc : AttrVect) {
433433
ID.AddInteger(Enc.Index);
434-
if (Enc.Index == dwarf::DW_IDX_parent)
435-
ID.AddInteger(Enc.Form);
434+
ID.AddInteger(Enc.Form);
436435
}
437436
}
438437

0 commit comments

Comments
 (0)