diff options
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r-- | gcc/tree-complex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c index e9e7e2a..146b52b 100644 --- a/gcc/tree-complex.c +++ b/gcc/tree-complex.c @@ -1191,7 +1191,6 @@ expand_complex_div_wide (gimple_stmt_iterator *gsi, tree inner_type, bb_join = e->dest; bb_true = create_empty_bb (bb_cond); bb_false = create_empty_bb (bb_true); - bb_true->frequency = bb_false->frequency = bb_cond->frequency / 2; bb_true->count = bb_false->count = bb_cond->count.apply_probability (profile_probability::even ()); |