From: Bob Wilson Date: Tue, 21 Jul 2009 21:52:57 +0000 (+0000) Subject: Reorder the "Metadata" entry to match the C bindings. X-Git-Tag: android-x86-6.0-r1~1003^2~18099 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=32eaeca34fe1e6080a2916e04c89874f0b273e31;p=android-x86%2Fexternal-llvm.git Reorder the "Metadata" entry to match the C bindings. This fixes a regression in the vmcore.ml dejagnu test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/bindings/ocaml/llvm/llvm.ml b/bindings/ocaml/llvm/llvm.ml index 49975650a59..5bc8bca5a3b 100644 --- a/bindings/ocaml/llvm/llvm.ml +++ b/bindings/ocaml/llvm/llvm.ml @@ -26,7 +26,6 @@ module TypeKind = struct | Fp128 | Ppc_fp128 | Label - | Metadata | Integer | Function | Struct @@ -34,6 +33,7 @@ module TypeKind = struct | Pointer | Opaque | Vector + | Metadata end module Linkage = struct diff --git a/bindings/ocaml/llvm/llvm.mli b/bindings/ocaml/llvm/llvm.mli index 35c218a7526..c7c4d3a9abe 100644 --- a/bindings/ocaml/llvm/llvm.mli +++ b/bindings/ocaml/llvm/llvm.mli @@ -61,7 +61,6 @@ module TypeKind : sig | Fp128 | Ppc_fp128 | Label - | Metadata | Integer | Function | Struct @@ -69,6 +68,7 @@ module TypeKind : sig | Pointer | Opaque | Vector + | Metadata end (** The linkage of a global value, accessed with {!linkage} and