[all-commits] [llvm/llvm-project] 4d477b: [BitcodeReader] Rename method for element type by ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Feb 14 02:17:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d477ba50f44ea14efba5bd6155a579cab2883a9
      https://github.com/llvm/llvm-project/commit/4d477ba50f44ea14efba5bd6155a579cab2883a9
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-02-14 (Mon, 14 Feb 2022)

  Changed paths:
    M llvm/lib/Bitcode/Reader/BitcodeReader.cpp

  Log Message:
  -----------
  [BitcodeReader] Rename method for element type by ID (NFC)

Make it clearer that this method is specifically for pointer
element types, and not other element types. This distinction will
be relevant in the future.

The somewhat unusual spelling is to make sure this does not show
up when grepping for getPointerElementType.




More information about the All-commits mailing list