sbitmap.c (sbitmap_any_common_bits): New function.
authorJeff Law <law@redhat.com>
Wed, 1 Dec 2004 00:33:05 +0000 (17:33 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 1 Dec 2004 00:33:05 +0000 (17:33 -0700)
commit874437bca02e96899291027cfa3d6e4d4e08414f
treecd189cb08fa13a7f1b8b3f73f4d5e9b4b6f53621
parent29b0a291d41c929c8b86f40da25071e09beeb7a6
sbitmap.c (sbitmap_any_common_bits): New function.

        * 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.

From-SVN: r91550
gcc/ChangeLog
gcc/modulo-sched.c
gcc/sbitmap.c
gcc/sbitmap.h
gcc/tree-ssa-alias.c