commit | 1cd9aded851697cea37652f56898ce37aee4d606 | [log] [tgz] |
---|---|---|
author | Torok Edwin <edwintorok@gmail.com> | Thu Oct 06 12:13:28 2011 +0000 |
committer | Torok Edwin <edwintorok@gmail.com> | Thu Oct 06 12:13:28 2011 +0000 |
tree | 0379268fe5cf08b11eef0327254ac2c6161c5b63 | |
parent | 60c40de81b7310b2ea96a80fdc0d8d2da5bfde94 [diff] |
ocaml/C bindings: type->isSized() llvm-svn: 141288
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 83fe89c..4d14af1 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h
@@ -355,6 +355,7 @@ /** See llvm::LLVMTypeKind::getTypeID. */ LLVMTypeKind LLVMGetTypeKind(LLVMTypeRef Ty); +LLVMBool LLVMTypeIsSized(LLVMTypeRef Ty); /** See llvm::LLVMType::getContext. */ LLVMContextRef LLVMGetTypeContext(LLVMTypeRef Ty);