aboutsummaryrefslogtreecommitdiff
path: root/gcc/asan.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/asan.c')
-rw-r--r--gcc/asan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/asan.c b/gcc/asan.c
index be8b79e..302ac4f 100644
--- a/gcc/asan.c
+++ b/gcc/asan.c
@@ -1807,7 +1807,6 @@ create_cond_insert_point (gimple_stmt_iterator *iter,
/* Set up the fallthrough basic block. */
e = find_edge (cond_bb, fallthru_bb);
e->flags = EDGE_FALSE_VALUE;
- e->count = cond_bb->count;
e->probability = fallthrough_probability;
/* Update dominance info for the newly created then_bb; note that