bitmap.c (bitmap_find_bit): Speed up by traversing from head->first if that seems...
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 26 Nov 2004 07:07:00 +0000 (07:07 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 26 Nov 2004 07:07:00 +0000 (07:07 +0000)
commit3aeee1b434bd034fafff6aeb5309c565e74e3f41
tree70570fb44f35a4e72fc9fc581481500db1e54681
parent6a66a8a7a2bf2db8fa48d5e3abd758c66e10b6cd
bitmap.c (bitmap_find_bit): Speed up by traversing from head->first if that seems profitable.

* bitmap.c (bitmap_find_bit): Speed up by traversing from
head->first if that seems profitable.

From-SVN: r91335
gcc/ChangeLog
gcc/bitmap.c