diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index a414e2061a595..871e5eb8457d7 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -2543,6 +2543,7 @@ void LLVMSetUnnamedAddress(LLVMValueRef Global, LLVMUnnamedAddr UnnamedAddr); * type of a global value which is always a pointer type. * * @see llvm::GlobalValue::getValueType() + * @see llvm::Function::getFunctionType() */ LLVMTypeRef LLVMGlobalGetValueType(LLVMValueRef Global);