[IR] Remove LLVMPointerTo intrinsic type (NFC)
authorNikita Popov <npopov@redhat.com>
Thu, 13 Jul 2023 08:05:42 +0000 (10:05 +0200)
committerNikita Popov <npopov@redhat.com>
Thu, 13 Jul 2023 08:58:49 +0000 (10:58 +0200)
commit253a52988fe37887ba1f7741271d602083fe7dd7
treee22cb875af6272b9851812cacb2e214b8efbea0a
parent33f93425dd1b8028bf2db43fb23abd0244cd7467
[IR] Remove LLVMPointerTo intrinsic type (NFC)

With opaque pointers, this is equivalent to llvm_ptr_ty. However,
this particular type was actually completely unused.
llvm/include/llvm/IR/Intrinsics.h
llvm/include/llvm/IR/Intrinsics.td
llvm/lib/IR/Function.cpp