-
- Downloads
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
Showing
- gcc/ChangeLog 17 additions, 0 deletionsgcc/ChangeLog
- gcc/cfg.c 7 additions, 0 deletionsgcc/cfg.c
- gcc/cfghooks.c 20 additions, 0 deletionsgcc/cfghooks.c
- gcc/cfghooks.h 10 additions, 0 deletionsgcc/cfghooks.h
- gcc/cfgrtl.c 6 additions, 2 deletionsgcc/cfgrtl.c
- gcc/tree-cfg.c 3 additions, 1 deletiongcc/tree-cfg.c
Loading
Please register or sign in to comment