]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/basic-block.h
* basic-block.h (FOR_ALL_BB_FN): New macro.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 May 2005 22:32:16 +0000 (22:32 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 May 2005 22:32:16 +0000 (22:32 +0000)
commit4f217f6965e82cb382ac08e5949f87cf9b154da3
tree316bfa9275d9c94833734dca42a7387ce4a3d203
parentf75b020846b025aafeeb23c00607a8877f25ee29
* basic-block.h (FOR_ALL_BB_FN): New macro.
(init_flow): Initialize cfg structure.
* function.c (allocate_struct_function): Do not initialize cfg structure.
* tree-cfg.c (init_empty_tree_cfg): Break out from ...
(build_tree_cfg): ... here.
* tree-flow.h (init_empty_tree_cfg): Declare.

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