tree-ssa-propagate.c (cfg_blocks): Change the type to VEC(basic_block,heap) *.
authorKazu Hirata <kazu@codesourcery.com>
Tue, 3 Jan 2006 06:30:13 +0000 (06:30 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 3 Jan 2006 06:30:13 +0000 (06:30 +0000)
commit36c88f344676f5fe62757d7a786a3643a6a332e9
tree637b478b7c588dc16981bd6e753ad1a23ceffc35
parente597f337e43e79b0427afe8bce99af767da17d53
tree-ssa-propagate.c (cfg_blocks): Change the type to VEC(basic_block,heap) *.

* tree-ssa-propagate.c (cfg_blocks): Change the type to
VEC(basic_block,heap) *.
(cfg_blocks_add, cfg_blocks_get, ssa_prop_init,
ssa_prop_fini): Adjust the uses of cfg_blocks.

From-SVN: r109266
gcc/ChangeLog
gcc/tree-ssa-propagate.c