]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/regcprop.c
This patch implements the unification of the *bitmap interfaces as discussed.
[thirdparty/gcc.git] / gcc / regcprop.c
index 3cda1a7c24e9b7cfb8d398353a8a0cc655c446bf..c2fc79dbfdb4966085e160fff85906aaf88edcff 100644 (file)
@@ -1045,7 +1045,7 @@ copyprop_hardreg_forward (void)
   all_vd = XNEWVEC (struct value_data, last_basic_block);
 
   visited = sbitmap_alloc (last_basic_block);
-  sbitmap_zero (visited);
+  bitmap_clear (visited);
 
   if (MAY_HAVE_DEBUG_INSNS)
     debug_insn_changes_pool