Fix formatting.
authorDavid Edelsohn <dje@gcc.gnu.org>
Tue, 28 Sep 2004 04:42:52 +0000 (00:42 -0400)
committerDavid Edelsohn <dje@gcc.gnu.org>
Tue, 28 Sep 2004 04:42:52 +0000 (00:42 -0400)
From-SVN: r88218

gcc/bitmap.h

index d368a9c3ac4e09b68666c52f544ffd0657fb4929..cac84c11fba4a4e0497f5f0e5e5f3f5fc1d997ed 100644 (file)
@@ -400,7 +400,7 @@ bmp_iter_and_not_init (bitmap_iterator *bi, bitmap bmp1, bitmap bmp2,
 
       if (bi->ptr2 && bi->ptr2->indx == indx)
        bi->actual = (bi->ptr1->bits[word_in_elt]
-                     & ~bi->ptr2->bits[word_in_elt]) >> bit_in_word;
+                     & ~bi->ptr2->bits[word_in_elt]) >> bit_in_word;
       else
        bi->actual = bi->ptr1->bits[word_in_elt] >> bit_in_word;
     }
@@ -539,7 +539,7 @@ bmp_iter_and_init (bitmap_iterator *bi, bitmap bmp1, bitmap bmp2,
       bi->bit = min;
 
       bi->actual = (bi->ptr1->bits[word_in_elt]
-                   & bi->ptr2->bits[word_in_elt]) >> bit_in_word;
+                   & bi->ptr2->bits[word_in_elt]) >> bit_in_word;
     }
   else
     {