Skip to content

Commit

Permalink
flambda-backend: Temporary fix for incorrect layout for result of cus…
Browse files Browse the repository at this point in the history
…tom and operators (#1119)
  • Loading branch information
Ekdohibs authored Feb 14, 2023
1 parent c89512d commit 50ee311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/translcore.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,7 @@ and transl_letop ~scopes loc env let_ ands param case partial warnings =
ap_loc = of_location ~scopes and_.bop_loc;
ap_func = op;
ap_args=[Lvar left_id; Lvar right_id];
ap_result_layout = layout;
ap_result_layout = Lambda.layout_top;
ap_region_close=Rc_normal;
ap_mode=alloc_heap;
ap_tailcall = Default_tailcall;
Expand Down

0 comments on commit 50ee311

Please sign in to comment.