summaryrefslogtreecommitdiff
path: root/gcc/bitmap.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-26 15:01:11 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2002-05-26 15:01:11 +0000
commit9342ee68a41b04c6f9f9ede18f507130558abe9c (patch)
tree29efe3b87d6765a6332a2a1b7d4548c91d80fe0c /gcc/bitmap.c
parent441e8e100d322f932a40a965366f9340db32d871 (diff)
downloadgcc-9342ee68a41b04c6f9f9ede18f507130558abe9c.tar.gz
* alias.c: Fix formatting.
* attribs.c: Likewise. * bb-reorder.c: Likewise. * bitmap.c: Likewise. * bitmap.h: Likewise. * builtins.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53898 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r--gcc/bitmap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index 786689b4ad5..189c06edc70 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -236,7 +236,7 @@ bitmap_clear (head)
bitmap_free = element;
}
- head->first = head->current = 0;
+ head->first = head->current = 0;
}
/* Copy a bitmap to another bitmap. */
@@ -397,7 +397,7 @@ bitmap_bit_p (head, bit)
/* Return the bit number of the first set bit in the bitmap, or -1
if the bitmap is empty. */
-int
+int
bitmap_first_set_bit (a)
bitmap a;
{
@@ -450,7 +450,7 @@ bitmap_first_set_bit (a)
/* Return the bit number of the last set bit in the bitmap, or -1
if the bitmap is empty. */
-int
+int
bitmap_last_set_bit (a)
bitmap a;
{