bitmap.c (bitmap_release_memory): Move adjacent to the allocation functions.
authorRichard Henderson <rth@redhat.com>
Fri, 6 Jul 2001 21:24:04 +0000 (14:24 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 6 Jul 2001 21:24:04 +0000 (14:24 -0700)
commit87e08c698d7deb8560658f251d82eb4b02fb4b9e
treec8a9983bb6fed181d95eb9f6497dc559443ed420
parent0dab343a495fecd50e3bf7d5fd6a32c6f0a03c73
bitmap.c (bitmap_release_memory): Move adjacent to the allocation functions.

        * bitmap.c (bitmap_release_memory): Move adjacent to the
        allocation functions.
        (bitmap_first_set_bit, bitmap_last_set_bit): Streamline knowing
        the implementation.  Binary search for the set bit.
        (bitmap_union_of_diff): Allocate the temporary on the stack
        instead of using xmalloc.

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