[OCaml] Commit missing parts of r210395
[oota-llvm.git] / bindings / ocaml / llvm / llvm.mli
index 4907d4426d56c48f81aa2f732cf63fac41ba2a71..59a89db5f489bb40b0908958338c53b0d286b068 100644 (file)
@@ -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} *)