Skip to content

Commit 3c21130

Browse files
committed
fix invarariant
1 parent b6c1798 commit 3c21130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/lib/specialize.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,4 +357,4 @@ let switches p =
357357
if stats () then Format.eprintf "Stats - switches: %d@." !opt_count;
358358
if debug_stats ()
359359
then Code.check_updates ~name:"switches" previous_p p ~updates:!opt_count;
360-
p
360+
Deadcode.remove_unused_blocks p

0 commit comments

Comments
 (0)