From 90bb1c1f1511ccb29fc3c23fe2ab871c24c6b040 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 14 Feb 2005 09:24:41 +0000 Subject: bitmap.h (bitmap_and_compl_into): Return bool. * bitmap.h (bitmap_and_compl_into): Return bool. * bitmap.c (bitmap_and_compl_into): Return changed flag. From-SVN: r95004 --- gcc/bitmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/bitmap.h') diff --git a/gcc/bitmap.h b/gcc/bitmap.h index beb59d85f86..beb3f4a1578 100644 --- a/gcc/bitmap.h +++ b/gcc/bitmap.h @@ -102,7 +102,7 @@ extern bool bitmap_intersect_compl_p (bitmap, bitmap); extern void bitmap_and (bitmap, bitmap, bitmap); extern void bitmap_and_into (bitmap, bitmap); extern void bitmap_and_compl (bitmap, bitmap, bitmap); -extern void bitmap_and_compl_into (bitmap, bitmap); +extern bool bitmap_and_compl_into (bitmap, bitmap); extern bool bitmap_ior (bitmap, bitmap, bitmap); extern bool bitmap_ior_into (bitmap, bitmap); extern void bitmap_xor (bitmap, bitmap, bitmap); -- cgit v1.2.1