[all-commits] [llvm/llvm-project] 501d5b: [Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEn...

avl-llvm via All-commits all-commits at lists.llvm.org
Sun Jun 5 11:20:45 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 501d5b24db50ac4d8246346a3aa88def085ba015
      https://github.com/llvm/llvm-project/commit/501d5b24db50ac4d8246346a3aa88def085ba015
  Author: Alexey Lapshin <a.v.lapshin at mail.ru>
  Date:   2022-06-05 (Sun, 05 Jun 2022)

  Changed paths:
    M llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h
    M llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
    M llvm/lib/CodeGen/NonRelocatableStringpool.cpp
    M llvm/unittests/CodeGen/DIEHashTest.cpp

  Log Message:
  -----------
  [Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef - remove isIndexed().

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

Differential Revision: https://reviews.llvm.org/D126958




More information about the All-commits mailing list