aboutsummaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2009-07-21 21:52:57 +0000
committerBob Wilson <bob.wilson@apple.com>2009-07-21 21:52:57 +0000
commit59704414e88c3b5a1160ca2208f26ae5f9f7605f (patch)
tree146dcead2a4bdb005f603dc811f4ba2a86dc617e /bindings
parent05ed9fd6e8c5ae6815ffb983f6d94fa6fb3094cb (diff)
downloadexternal_llvm-59704414e88c3b5a1160ca2208f26ae5f9f7605f.zip
external_llvm-59704414e88c3b5a1160ca2208f26ae5f9f7605f.tar.gz
external_llvm-59704414e88c3b5a1160ca2208f26ae5f9f7605f.tar.bz2
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
Diffstat (limited to 'bindings')
-rw-r--r--bindings/ocaml/llvm/llvm.ml2
-rw-r--r--bindings/ocaml/llvm/llvm.mli2
2 files changed, 2 insertions, 2 deletions
diff --git a/bindings/ocaml/llvm/llvm.ml b/bindings/ocaml/llvm/llvm.ml
index 4997565..5bc8bca 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 35c218a..c7c4d3a 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