aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 62f1777..ab1bb7f 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -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;