We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3491d7e commit a4efcd5Copy full SHA for a4efcd5
middle_end/flambda2/from_lambda/dissect_letrec.ml
@@ -190,7 +190,8 @@ let is_simple (lam : Lambda.lambda) =
190
let assert_not_local ~lam : Lambda.alloc_mode -> unit = function
191
| Alloc_heap -> ()
192
| Alloc_local ->
193
- Misc.fatal_errorf "Invalid stack allocation found in %a" Printlambda.lambda lam
+ Misc.fatal_errorf "Invalid stack allocation found in %a" Printlambda.lambda
194
+ lam
195
196
let dead_code lam letrec =
197
(* Some cases generate code without effects, and bound to nothing. We use this
0 commit comments