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 3695d26 commit c09c641Copy full SHA for c09c641
compiler/lib/inline.ml
@@ -659,5 +659,6 @@ let f ~profile p live_vars =
659
if stats () then Format.eprintf "Stats - inlining: %d inlined functions@." !inline_count;
660
if debug_stats ()
661
then Code.check_updates ~name:"inline" previous_p p ~updates:!inline_count;
662
+ let p = Deadcode.remove_unused_blocks p in
663
Code.invariant p;
664
p
0 commit comments