This is an archive of the discontinued LLVM Phabricator instance.

[Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef - remove isIndexed().
ClosedPublic

Authored by avl on Jun 3 2022, 4:16 AM.

Details

Summary

This patch is extraction from the https://reviews.llvm.org/D126883.
It removes DwarfStringPoolEntryRef::isIndexed() and isIndexed bit
since they are not used.

Diff Detail

Event Timeline

avl created this revision.Jun 3 2022, 4:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 4:16 AM
avl requested review of this revision.Jun 3 2022, 4:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 3 2022, 4:16 AM
avl added a subscriber: debug-info.Jun 3 2022, 5:15 AM
dblaikie accepted this revision.Jun 3 2022, 4:47 PM

Sounds good, thanks!

This revision is now accepted and ready to land.Jun 3 2022, 4:47 PM
avl added a comment.Jun 5 2022, 10:52 AM

@dblaikie Thank you for the review!

This revision was landed with ongoing or failed builds.Jun 5 2022, 11:20 AM
This revision was automatically updated to reflect the committed changes.