[BitcodeReader] Rename method for element type by ID (NFC)
authorNikita Popov <npopov@redhat.com>
Mon, 14 Feb 2022 10:15:43 +0000 (11:15 +0100)
committerNikita Popov <npopov@redhat.com>
Mon, 14 Feb 2022 10:15:43 +0000 (11:15 +0100)
commit4d477ba50f44ea14efba5bd6155a579cab2883a9
tree3adfb2ec11941badf5ef33448fd69baac75674c9
parentefece08ae27d8ace684c5119d6696b1a18b2150f
[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.
llvm/lib/Bitcode/Reader/BitcodeReader.cpp