diff options
Diffstat (limited to 'gcc/tree-ssa-phionlycprop.c')
-rw-r--r-- | gcc/tree-ssa-phionlycprop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree-ssa-phionlycprop.c b/gcc/tree-ssa-phionlycprop.c index 65af448..fe39aa7 100644 --- a/gcc/tree-ssa-phionlycprop.c +++ b/gcc/tree-ssa-phionlycprop.c @@ -298,7 +298,6 @@ propagate_rhs_into_lhs (gimple *stmt, tree lhs, tree rhs, te->probability += e->probability; - te->count += e->count; remove_edge (e); cfg_altered = true; } |