basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 14 Mar 2005 17:43:01 +0000 (17:43 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 14 Mar 2005 17:43:01 +0000 (17:43 +0000)
commita6ee1a15322bd2acadcd49c9e2aa315f32803de5
tree7a6695b3b563544db8a32ee9bf5feb671e54c6b0
parent8eaa0f34a3387db91dd66466d201930e83332300
basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.

* basic-block.h: Update the prototypes of cached_make_edge and
rtl_make_eh_edge.
* cfg.c (cached_make_edge): Take edge_cache representing one
row of the adjacency matrix of edges.
* cfgbuild.c (make_label_edge, rtl_make_eh_edge): Likewise.
(make_edges): Initialize edge_cache to represent one row of
the adjacency matrix of edges.

From-SVN: r96440
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/cfgbuild.c