Skip to content

Commit 59d618e

Browse files
committed
fix invarariant
1 parent 077413d commit 59d618e

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)