Skip to content

Commit ebdeebe

Browse files
committed
WIP
1 parent bd6baaa commit ebdeebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/lib/specialize_js.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ let f_once_after p =
486486
Code.map_blocks p ~f:(fun block ->
487487
{ block with Code.body = List.map block.body ~f })
488488
in
489-
let p = Deadcode.remove_unused_blocks { p with blocks } in
489+
let p = Deadcode.remove_unused_blocks p in
490490
Code.invariant p;
491491
p)
492492
else p

0 commit comments

Comments
 (0)