2001-07-09 Diego Novillo <dnovillo@redhat.com>
commitfac55a463ca2820bf9d76ba70b9dc1b75aff6fe0
authordnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jul 2001 03:50:25 +0000 (10 03:50 +0000)
committerdnovillo <dnovillo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 10 Jul 2001 03:50:25 +0000 (10 03:50 +0000)
tree6798316b89ab69c995e28b442a4782b978b2535b
parent47577a57a8a937af9c52ce9ccae088ef1dc2d41f
2001-07-09  Diego Novillo  <dnovillo@redhat.com>

* basic-block.h (tree_node): Forward declare if needed.
(struct basic_block_def): Add fields 'head_tree' and 'end_tree'.
(BLOCK_HEAD_TREE): Define.
(BLOCK_END_TREE): Define.
(struct loops): Rename field 'tree' to 'tree_root'.
* flow.c (entry_exit_blocks): Add initializers for 'head_tree' and
'end_tree'.
(flow_loops_tree_build): Rename reference to field 'tree' to
'tree_root'.
(flow_loops_level_compute): Ditto.
* predict.c (estimate_bb_frequencies): Ditto.
* tree.h (struct tree_common): Add field 'aux'.

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