]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-pre.c (postorder_num): New global.
authorRichard Guenther <rguenther@suse.de>
Mon, 8 Oct 2012 11:55:13 +0000 (11:55 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 8 Oct 2012 11:55:13 +0000 (11:55 +0000)
commit585d0dc43c1323a1b1fde9de6f6ee95dfc065ff2
tree70dff88a3752d2538371f4e3047ad9cd8776929f
parent975ccf2291fe0b1bf5d8a7cc0245fa35ed0df8dc
tree-ssa-pre.c (postorder_num): New global.

2012-10-08  Richard Guenther  <rguenther@suse.de>

* tree-ssa-pre.c (postorder_num): New global.
(compute_antic): Initialize all blocks and adjust for
generic postorder.
(my_rev_post_order_compute): Remove.
(init_pre): Use inverted_post_order_compute.

From-SVN: r192204
gcc/ChangeLog
gcc/tree-ssa-pre.c