Commit bec44647 by Kazu Hirata Committed by Kazu Hirata

tree-ssa-forwprop.c (vars, [...]): Remove.

	* tree-ssa-forwprop.c (vars,
	record_single_argument_cond_exprs,
	substitute_single_use_vars): Remove.
	(forward_propagate_into_cond_1, forward_propagate_into_cond):
	New.
	(tree_ssa_forward_propagate_single_use_vars): Call
	forward_propagate_into_cond for each COND_EXPR.

From-SVN: r98072
parent 8450a170
...@@ -4,6 +4,14 @@ ...@@ -4,6 +4,14 @@
* cgraphunit.c (INSNS_PER_CALL): Remove. * cgraphunit.c (INSNS_PER_CALL): Remove.
* tree-ssa-forwprop.c (vars,
record_single_argument_cond_exprs,
substitute_single_use_vars): Remove.
(forward_propagate_into_cond_1, forward_propagate_into_cond):
New.
(tree_ssa_forward_propagate_single_use_vars): Call
forward_propagate_into_cond for each COND_EXPR.
2005-04-12 Richard Henderson <rth@redhat.com> 2005-04-12 Richard Henderson <rth@redhat.com>
* config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ... * config/i386/i386.c (ix86_prepare_sse_fp_compare_args): Split ...
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment