summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2011-10-06 12:13:28 +0000
committerTorok Edwin <edwintorok@gmail.com>2011-10-06 12:13:28 +0000
commitff12c99d131789ccb9e8739963f4d8e0e95667d4 (patch)
tree6521aeecbb2e3bd1cb4ddde0ee50ac15ab99e548 /include
parent4917ec9ec775d7bc7fbc3362b4c576c32b7617f4 (diff)
downloadllvm-ff12c99d131789ccb9e8739963f4d8e0e95667d4.tar.gz
llvm-ff12c99d131789ccb9e8739963f4d8e0e95667d4.tar.bz2
llvm-ff12c99d131789ccb9e8739963f4d8e0e95667d4.tar.xz
ocaml/C bindings: type->isSized()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141288 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm-c/Core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 83fe89cbcf..4d14af1e06 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -355,6 +355,7 @@ LLVMContextRef LLVMGetModuleContext(LLVMModuleRef M);
/** See llvm::LLVMTypeKind::getTypeID. */
LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty);
+LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty);
/** See llvm::LLVMType::getContext. */
LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);