OSDN Git Service

* basic-block.h (control_flow_graph): Change the type of
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2006 06:29:07 +0000 (06:29 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Jan 2006 06:29:07 +0000 (06:29 +0000)
commit2a6236c025d6bbc20f2a1dada32a48af7df38d90
treeec16d6cddde6947565aa0f2400ed973bd0c8742c
parent2f16183e45bde2a4c53ef9288a4752b66a1db674
* basic-block.h (control_flow_graph): Change the type of
x_label_to_block_map to VEC(basic_block,gc) *.
* tree-cfg.c (init_empty_tree_cfg, label_to_block_fn,
set_bb_for_stmt): Adjust the uses of x_label_to_block_map.

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