flow.c (sbitmap_union_of_successors): New function.
authorJeffrey A Law <law@cygnus.com>
Wed, 15 Apr 1998 14:33:54 +0000 (14:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 15 Apr 1998 14:33:54 +0000 (08:33 -0600)
commit5e89e58b55c9876c17b8330b040be3ff4b4464e0
tree737fde33a81ca40717897705ec91bde0fb7a6feb
parent2414de71580acd93285b809ddffc619f969aa642
flow.c (sbitmap_union_of_successors): New function.

        * flow.c (sbitmap_union_of_successors):  New function.
        * basic-block.h (sbitmap_union_of_successors): Declare it.
For completeness, we already had the other 3 variants.  This one
is useful for backwards lazy code motion.

From-SVN: r19232
gcc/ChangeLog
gcc/basic-block.h
gcc/flow.c