Skip to content

Commit

Permalink
CR: Update compiler/lib/driver.ml
Browse files Browse the repository at this point in the history
Co-authored-by: hhugo <[email protected]>
  • Loading branch information
OlivierNicole and hhugo authored Dec 19, 2024
1 parent dded0e8 commit c4e594f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/lib/driver.ml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ let map_fst f (x, y, z) = f x, y, z

let effects ~deadcode_sentinal p =
match Config.effects () with
| Some (_ as effects) ->
| Some effects ->
if debug () then Format.eprintf "Effects...@.";
let p, live_vars = Deadcode.f p in
let p = Effects.remove_empty_blocks ~live_vars p in
Expand Down

0 comments on commit c4e594f

Please sign in to comment.