]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lra-lives.c
This patch renames sbitmap iterators to unify them with the bitmap iterators.
[thirdparty/gcc.git] / gcc / lra-lives.c
index f03e8ef9b7e0baf0ef82f417d753720ab0b15c2c..64643459af0c0decd51f45dfe28ae27c699fd857 100644 (file)
@@ -789,7 +789,7 @@ remove_some_program_points_and_update_live_ranges (void)
   map = XCNEWVEC (int, lra_live_max_point);
   n = -1;
   prev_born_p = prev_dead_p = false;
-  EXECUTE_IF_SET_IN_SBITMAP (born_or_dead, 0, i, sbi)
+  EXECUTE_IF_SET_IN_BITMAP (born_or_dead, 0, i, sbi)
     {
       born_p = bitmap_bit_p (born, i);
       dead_p = bitmap_bit_p (dead, i);