[all-commits] [llvm/llvm-project] 9fbcdf: [IR] Remove deprecated PointerType::getWithSamePoi...
Arthur Eubanks via All-commits
all-commits at lists.llvm.org
Tue Dec 5 15:12:23 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9fbcdfc7c6f547064a8fed7618aa6ba00153048d
https://github.com/llvm/llvm-project/commit/9fbcdfc7c6f547064a8fed7618aa6ba00153048d
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M llvm/include/llvm/IR/DerivedTypes.h
Log Message:
-----------
[IR] Remove deprecated PointerType::getWithSamePointeeType()
As the deprecation message says, use PointerType::get(LLVMContext &, unsigned) instead.
More information about the All-commits
mailing list