* basic-block.h: Update the prototypes of cached_make_edge and
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Mar 2005 17:43:01 +0000 (17:43 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Mar 2005 17:43:01 +0000 (17:43 +0000)
commit841999efe1040aa4fc103f7de429b63caa3941b4
tree7a6695b3b563544db8a32ee9bf5feb671e54c6b0
parent194899bf706e9b49f15d525fed040ce87a5c869c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96440 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/basic-block.h
gcc/cfg.c
gcc/cfgbuild.c