flow.c (make_edge): Accept an optional 2D bitmap in which to cache edge existence.
authorRichard Henderson <rth@cygnus.com>
Tue, 5 Oct 1999 19:01:01 +0000 (12:01 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 5 Oct 1999 19:01:01 +0000 (12:01 -0700)
commitdbf08f94a7e5f45d6fbfa1ba461fee95cd3b3b87
treec466860af8de79f27419817f085145f7e60a8a0c
parent5da1ecf26e0da1c8eb7d6939ce6e1c4bbbeb7f98
flow.c (make_edge): Accept an optional 2D bitmap in which to cache edge existence.

        * flow.c (make_edge): Accept an optional 2D bitmap in which
        to cache edge existence.  Update all callers.
        (make_label_edge, make_eh_edge): Pass through the edge cache.
        (make_edges): Provide the cache.

From-SVN: r29828
gcc/ChangeLog
gcc/flow.c