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
This commit is contained in:
Bob Wilson 2009-07-21 21:52:57 +00:00
parent 85f49835c2
commit 32eaeca34f
2 changed files with 2 additions and 2 deletions

View 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

View 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