OSDN Git Service

* sbitmap.c (sbitmap_any_common_bits): New function.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 2004 00:33:05 +0000 (00:33 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Dec 2004 00:33:05 +0000 (00:33 +0000)
commit7d0585a5a37c8aac3712340f3bf964453ebc87b1
treecd189cb08fa13a7f1b8b3f73f4d5e9b4b6f53621
parenta4aade76261cf858be3bb15b085db257a4aa6035
    * sbitmap.c (sbitmap_any_common_bits): New function.
        * sbitmap.h (sbitmap_any_common_bits): Prototype.
        * modulo-sched.c (sms_schedule_by_order): Use sbitmap_any_common_bits
        No longer allocate/free "psp", "pss" sbitmaps.
        * tree-ssa-alias.c (compute_flow_insensitive_aliasing): Similarly for
        the "res" sbitmap.
        (group_aliases): Similarly.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91550 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/modulo-sched.c
gcc/sbitmap.c
gcc/sbitmap.h
gcc/tree-ssa-alias.c