Skip to content

Commit 750e716

Browse files
authored
[capi][nfc] Reference Function::getFunctionType in LLVMGlobalGetValueType (llvm#132102)
1 parent 01f0425 commit 750e716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm-c/Core.h

+1
Original file line numberDiff line numberDiff line change
@@ -2543,6 +2543,7 @@ void LLVMSetUnnamedAddress(LLVMValueRef Global, LLVMUnnamedAddr UnnamedAddr);
25432543
* type of a global value which is always a pointer type.
25442544
*
25452545
* @see llvm::GlobalValue::getValueType()
2546+
* @see llvm::Function::getFunctionType()
25462547
*/
25472548
LLVMTypeRef LLVMGlobalGetValueType(LLVMValueRef Global);
25482549

0 commit comments

Comments
 (0)