summaryrefslogtreecommitdiff
path: root/bindings
diff options
context:
space:
mode:
authorPeter Zotov <whitequark@whitequark.org>2014-06-07 15:53:28 +0000
committerPeter Zotov <whitequark@whitequark.org>2014-06-07 15:53:28 +0000
commit1a17cd457be4ed19e1a0f88b13a7377476cc766b (patch)
tree9908ffea3a732f16369de7ad06651cb995278415 /bindings
parentc49250087a7273bd02f23ab569c240ea2ae7f9cf (diff)
downloadllvm-1a17cd457be4ed19e1a0f88b13a7377476cc766b.tar.gz
llvm-1a17cd457be4ed19e1a0f88b13a7377476cc766b.tar.bz2
llvm-1a17cd457be4ed19e1a0f88b13a7377476cc766b.tar.xz
[OCaml] Commit missing parts of r210395
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210396 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/llvm/llvm.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli
index 4907d4426d..59a89db5f4 100644
--- a/bindings/ocaml/llvm/llvm.mli
+++ b/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} *)