]> git.ipfire.org Git - thirdparty/gcc.git/commit
cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 22 Nov 2004 22:04:21 +0000 (22:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 22 Nov 2004 22:04:21 +0000 (22:04 +0000)
commitd9d4706fa5e5e9db60e0d6a4ad742928f07042dc
tree712b6c41059aafe8583821534fb80e3194ae272d
parentb31997c0dca31350faba5f7859acbd6109f9039e
cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.

* cfg.c (unchecked_make_edge): Call execute_on_growing_pred
after making an edge.
(remove_edge): Call execute_on_shrinking_pred before removing
an edge.
(redirect_edge_succ): Call execute_on_growing_pred and
execute_on_shrinking_pred.
* cfghooks.c (execute_on_growing_pred): New.
(execute_on_shrinking_pred): Likewise.
* cfghooks.h (cfg_hooks): Add execute_on_growing_pred and
execute_on_shrinking_pred.
Add prototypes for execute_on_growing_pred and
execute_on_shrinking_pred.
* cfgrtl.c (rtl_cfg_hooks): Add NULL hooks to
execute_on_growing_pred and execute_on_shrinking_pred.
(cfg_layout_rtl_cfg_hook): Likewise.
* tree-cfg.c (tree_cfg_hooks): Likewise.

From-SVN: r91035
gcc/ChangeLog
gcc/cfg.c
gcc/cfghooks.c
gcc/cfghooks.h
gcc/cfgrtl.c
gcc/tree-cfg.c