summaryrefslogtreecommitdiff
path: root/gcc/tree-scalar-evolution.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-scalar-evolution.c')
-rw-r--r--gcc/tree-scalar-evolution.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-scalar-evolution.c b/gcc/tree-scalar-evolution.c
index 2665e96381d..3a1d0197c65 100644
--- a/gcc/tree-scalar-evolution.c
+++ b/gcc/tree-scalar-evolution.c
@@ -3326,7 +3326,7 @@ scev_const_prop (void)
if (name != ev)
replace_uses_by (name, ev);
- bitmap_set_bit (&ssa_names_to_remove, SSA_NAME_VERSION (name));
+ ssa_names_to_remove.set_bit (SSA_NAME_VERSION (name));
}
}