Skip to content

Commit

Permalink
flambda-backend: Fix ~region in list comprehensions (#2036)
Browse files Browse the repository at this point in the history
Remove incorrect region
  • Loading branch information
ccasin authored Nov 20, 2023
1 parent b1933f2 commit 27a795e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda/transl_list_comprehension.ml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ let rec translate_bindings
~attr:default_function_attribute
~loc
~mode:alloc_local
~region:true (* One region per iterator, like for loops *)
~region:false
~body:(add_bindings body)
in
let result =
Expand Down

0 comments on commit 27a795e

Please sign in to comment.