Open
Description
These two methods should be removed now that the opaque pointers migration is complete:
llvm-project/llvm/include/llvm/IR/DerivedTypes.h
Lines 677 to 679 in 6f0a627
llvm-project/llvm/include/llvm/IR/DerivedTypes.h
Lines 684 to 688 in 6f0a627
Steps:
- Remove all the callers, by switching to the methods accepting LLVMContext (or other more appropriate helpers) instead.
- Deprecate the methods.
- Remove the methods.
cc @JOE1994 as you handled the migration away from Type::getPointerTo().