Reorder the "Metadata" entry to match the C bindings.
authorBob Wilson <bob.wilson@apple.com>
Tue, 21 Jul 2009 21:52:57 +0000 (21:52 +0000)
committerBob Wilson <bob.wilson@apple.com>
Tue, 21 Jul 2009 21:52:57 +0000 (21:52 +0000)
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

bindings/ocaml/llvm/llvm.ml
bindings/ocaml/llvm/llvm.mli

index 49975650a592be6451fb4868cdf67cdec75e04c9..5bc8bca5a3b2bc3021838b173eb469b9ed43f5e3 100644 (file)
@@ -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
index 35c218a7526446ddaa238bfe3dffb13f0046fb7c..c7c4d3a9abe09578ba555e012ebbbb5b45cdd3a2 100644 (file)
@@ -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