Skip to content

Commit 494bfca

Browse files
authored
flambda-backend: add region around Texp_probe (#2236)
1 parent 953c6f0 commit 494bfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda/translcore.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ and transl_exp0 ~in_new_scope ~scopes sort e =
976976
probes. *)
977977
~params:(List.map (fun name -> { name; layout = layout_probe_arg; attributes = Lambda.default_param_attribute; mode = alloc_heap }) param_idents)
978978
~return:return_layout
979-
~body
979+
~body:(maybe_region_layout return_layout body)
980980
~loc:(of_location ~scopes exp.exp_loc)
981981
~attr
982982
~mode:alloc_heap

0 commit comments

Comments
 (0)