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 077413d commit 59d618eCopy full SHA for 59d618e
compiler/lib/specialize.ml
@@ -357,4 +357,4 @@ let switches p =
357
if stats () then Format.eprintf "Stats - switches: %d@." !opt_count;
358
if debug_stats ()
359
then Code.check_updates ~name:"switches" previous_p p ~updates:!opt_count;
360
- p
+ Deadcode.remove_unused_blocks p
0 commit comments