From c86d1c1e5ee7206333f405ccbc4bdb48572705be Mon Sep 17 00:00:00 2001 From: Peter Zotov Date: Sat, 7 Jun 2014 15:53:28 +0000 Subject: [PATCH] [OCaml] Commit missing parts of r210395 llvm-svn: 210396 --- llvm/bindings/ocaml/llvm/llvm.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/bindings/ocaml/llvm/llvm.mli b/llvm/bindings/ocaml/llvm/llvm.mli index 4907d4426d56..59a89db5f489 100644 --- a/llvm/bindings/ocaml/llvm/llvm.mli +++ b/llvm/bindings/ocaml/llvm/llvm.mli @@ -395,7 +395,7 @@ val global_context : unit -> llcontext (** [mdkind_id context name] returns the MDKind ID that corresponds to the name [name] in the context [context]. See the function [llvm::LLVMContext::getMDKindID]. *) -val mdkind_id : llcontext -> string -> int +val mdkind_id : llcontext -> string -> llmdkind (** {6 Modules} *)