tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename to ...
authorRichard Guenther <rguenther@suse.de>
Tue, 31 May 2011 09:37:46 +0000 (09:37 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 31 May 2011 09:37:46 +0000 (09:37 +0000)
commit2e87621cb04e341cd1d10f45ae62b5310393e08e
tree71092f075f47e927d4c48dd0afb5918e087b8d10
parent7bc91385c6421076bda263938f31949b527e5fae
tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename to ...

2011-05-31  Richard Guenther  <rguenther@suse.de>

* tree-ssa-forwprop.c (forward_propagate_into_comparison): Rename
to ...
(forward_propagate_into_comparison_1): ... this.
(forward_propagate_comparison): Rename to ...
(forward_propagate_into_comparison): ... this.  Split out
real forward propagation code to ...
(forward_propagate_comparison): ... this.
(forward_propagate_into_gimple_cond): Remove looping.
(forward_propagate_into_cond): Likewise.
(simplify_not_neg_expr): Return whether we have done something.
(simplify_gimple_switch): Likewise.
(tree_ssa_forward_propagate_single_use_vars): Rename to ...
(ssa_forward_propagate_and_combine): ... this.  Re-structure
to do a forward forward-propagation walk on BBs and a backward
stmt combining walk on BBs.  Consistently re-scan changed
statements.
(pass_forwprop): Adjust.

From-SVN: r174470
gcc/ChangeLog
gcc/tree-ssa-forwprop.c