Skip to content

Commit 93be0a1

Browse files
authored
Rename layouts.ml to jkind.ml (#1886)
1 parent 88f75c4 commit 93be0a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+134
-193
lines changed

middle_end/convert_primitives.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ let convert (prim : Lambda.primitive) : Clambda_primitives.primitive =
160160
~effects:Only_generative_effects
161161
~coeffects:Has_coeffects
162162
~native_name:"caml_obj_dup"
163-
~native_repr_args:[P.Prim_global, P.Same_as_ocaml_repr Layouts.Sort.Value]
164-
~native_repr_res:(P.Prim_global, P.Same_as_ocaml_repr Layouts.Sort.Value))
163+
~native_repr_args:[P.Prim_global, P.Same_as_ocaml_repr Jkind.Sort.Value]
164+
~native_repr_res:(P.Prim_global, P.Same_as_ocaml_repr Jkind.Sort.Value))
165165
| Punbox_float -> Punbox_float
166166
| Pbox_float m -> Pbox_float m
167167
| Punbox_int bi -> Punbox_int bi

0 commit comments

Comments
 (0)