diff options
Diffstat (limited to 'bindings/ocaml/target/llvm_target.mli')
-rw-r--r-- | bindings/ocaml/target/llvm_target.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/target/llvm_target.mli b/bindings/ocaml/target/llvm_target.mli index 807bda9..667fef0 100644 --- a/bindings/ocaml/target/llvm_target.mli +++ b/bindings/ocaml/target/llvm_target.mli @@ -53,7 +53,7 @@ external pointer_size : DataLayout.t -> int = "llvm_pointer_size" See the method llvm::DataLayout::getIntPtrType. *) external intptr_type : DataLayout.t -> Llvm.lltype = "LLVMIntPtrType" -(** Computes the size of a type in bytes for a target. +(** Computes the size of a type in bits for a target. See the method llvm::DataLayout::getTypeSizeInBits. *) external size_in_bits : DataLayout.t -> Llvm.lltype -> Int64.t = "llvm_size_in_bits" |