Skip to content

Commit a4efcd5

Browse files
committed
fmt
1 parent 3491d7e commit a4efcd5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

middle_end/flambda2/from_lambda/dissect_letrec.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ let is_simple (lam : Lambda.lambda) =
190190
let assert_not_local ~lam : Lambda.alloc_mode -> unit = function
191191
| Alloc_heap -> ()
192192
| Alloc_local ->
193-
Misc.fatal_errorf "Invalid stack allocation found in %a" Printlambda.lambda lam
193+
Misc.fatal_errorf "Invalid stack allocation found in %a" Printlambda.lambda
194+
lam
194195

195196
let dead_code lam letrec =
196197
(* Some cases generate code without effects, and bound to nothing. We use this

0 commit comments

Comments
 (0)