From ff12c99d131789ccb9e8739963f4d8e0e95667d4 Mon Sep 17 00:00:00 2001 From: Torok Edwin Date: Thu, 6 Oct 2011 12:13:28 +0000 Subject: ocaml/C bindings: type->isSized() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141288 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm-c/Core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3