]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/except.c
This patch implements the unification of the *bitmap interfaces as discussed.
[thirdparty/gcc.git] / gcc / except.c
index a46735319953307289dac8e48e13e9a9257dd161..7e18c19ec14558e1869709067185a8fa32b25cc3 100644 (file)
@@ -610,7 +610,7 @@ eh_region_outermost (struct function *ifun, eh_region region_a,
   gcc_assert (ifun->eh->region_tree);
 
   b_outer = sbitmap_alloc (VEC_length (eh_region, ifun->eh->region_array));
-  sbitmap_zero (b_outer);
+  bitmap_clear (b_outer);
 
   do
     {