diff options
Diffstat (limited to 'gcc/cfgrtl.c')
-rw-r--r-- | gcc/cfgrtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 48d0e859217..9313e1cfc29 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -1841,7 +1841,7 @@ purge_dead_edges (bb) /* Avoid abnormal flags to leak from computed jumps turned into simplejumps. */ - e->flags &= EDGE_ABNORMAL; + e->flags &= ~EDGE_ABNORMAL; /* Check purposes we can have edge. */ if ((e->flags & EDGE_FALLTHRU) |