diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2108,6 +2108,8 @@ delete_unreachable_blocks () { int i; + find_unreachable_blocks (); + /* Delete all unreachable basic blocks. Count down so that we don't interfere with the block renumbering that happens in flow_delete_block. */ |