mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Reorder the "Metadata" entry to match the C bindings.
This fixes a regression in the vmcore.ml dejagnu test. llvm-svn: 76657
This commit is contained in:
parent
338e478c65
commit
7f3ffe1e45
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user