[llvm] r210396 - [OCaml] Commit missing parts of r210395

Peter Zotov whitequark at whitequark.org
Sat Jun 7 08:53:28 PDT 2014


Author: whitequark
Date: Sat Jun  7 10:53:28 2014
New Revision: 210396

URL: http://llvm.org/viewvc/llvm-project?rev=210396&view=rev
Log:
[OCaml] Commit missing parts of r210395

Modified:
    llvm/trunk/bindings/ocaml/llvm/llvm.mli

Modified: llvm/trunk/bindings/ocaml/llvm/llvm.mli
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/bindings/ocaml/llvm/llvm.mli?rev=210396&r1=210395&r2=210396&view=diff
==============================================================================
--- llvm/trunk/bindings/ocaml/llvm/llvm.mli (original)
+++ llvm/trunk/bindings/ocaml/llvm/llvm.mli Sat Jun  7 10:53:28 2014
@@ -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} *)





More information about the llvm-commits mailing list