[llvm-c] Document that LLVMGetElementType on pointers is deprecated (NFC)
authorNikita Popov <npopov@redhat.com>
Fri, 11 Mar 2022 08:27:22 +0000 (09:27 +0100)
committerNikita Popov <npopov@redhat.com>
Fri, 11 Mar 2022 08:28:18 +0000 (09:28 +0100)
commitdcc4b94d9438af96fb00c015b4f4715e45ec347a
tree7949480640e3d3f4f7120887f420b245ec605464
parenta7802a806d5f8dea2038507f4746b661d4e9bf97
[llvm-c] Document that LLVMGetElementType on pointers is deprecated (NFC)

We can't actually deprecate the function, because it is also used
for arrays and vectors, so we can only document this.
llvm/include/llvm-c/Core.h
llvm/lib/IR/Core.cpp