[all-commits] [llvm/llvm-project] 8606cb: [IR] Remove Type::getPointerElementType() (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jul 19 00:52:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8606cbf97f091b82a4911b314234fa9907e45ba0
https://github.com/llvm/llvm-project/commit/8606cbf97f091b82a4911b314234fa9907e45ba0
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/include/llvm/IR/Type.h
Log Message:
-----------
[IR] Remove Type::getPointerElementType() (NFC)
This method has been deprecated since the LLVM 15 release and
can no longer meaningfully be used, so remove it.
More information about the All-commits
mailing list