Skip to content

Commit

Permalink
fixed up
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanburen committed Jan 23, 2025
1 parent 2aa2843 commit d64f310
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions lambda/printlambda.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1188,14 +1188,10 @@ let name_of_primitive = function
"Preinterpret_tagged_int63_as_unboxed_int64"
| Preinterpret_unboxed_int64_as_tagged_int63 ->
"Preinterpret_unboxed_int64_as_tagged_int63"
<<<<<<< HEAD
| Ppeek _ -> "Ppeek"
| Ppoke _ -> "Ppoke"
||||||| parent of 3cf77a508 (added primitives, but didn't update backend yet)
=======
| Pnaked_int_cast _ -> "Pnaked_int_cast"
| Pnaked_int_binop _ -> "Pnaked_int_binop"
>>>>>>> 3cf77a508 (added primitives, but didn't update backend yet)

let zero_alloc_attribute ppf check =
match check with
Expand Down
2 changes: 1 addition & 1 deletion lambda/value_rec_compiler.ml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ let compute_static_size lam =
| Popaque _
| Pdls_get
| Ppeek _
| Ppoke _ ->
| Ppoke _
| Pnaked_int_cast _
| Pnaked_int_binop _ ->
dynamic_size lam
Expand Down

0 comments on commit d64f310

Please sign in to comment.