diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2888,7 +2888,7 @@ try_simplify_condjump (src) redirect_edge_succ (fallthru, next_block->succ->dest); branch->flags |= EDGE_FALLTHRU; - fallthru->flags &= EDGE_FALLTHRU; + fallthru->flags &= ~EDGE_FALLTHRU; flow_delete_block (next_block); return true; |