OSDN Git Service

* bitmap.c (bitmap_release_memory): Move adjacent to the
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2001 21:24:04 +0000 (21:24 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 6 Jul 2001 21:24:04 +0000 (21:24 +0000)
commit114c7df685e76dd594ccaf5b2f5529277b02b0fa
treec8a9983bb6fed181d95eb9f6497dc559443ed420
parentad9465d6a671856e3888d38f6b8be07ea9532718
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@43822 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/bitmap.c