Remove forward_propagate_into_cond
authorRichard Biener <rguenther@suse.de>
Tue, 17 May 2022 07:05:00 +0000 (09:05 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 23 May 2022 10:55:13 +0000 (12:55 +0200)
commit0236ea984c0d08f282ad03b1c36acad014e5ba4d
treeab191aebaa97f29040b7ea621cedec4d3c8ce49d
parent19dd439389be2c5eb6b986d164760e061ba01938
Remove forward_propagate_into_cond

This is a first cleanup opportunity from the COND_EXPR gimplification
which allows us to remove now redundant forward_propagate_into_cond.

2022-05-23  Richard Biener  <rguenther@suse.de>

* tree-ssa-forwprop.cc (forward_propagate_into_cond): Remove.
(pass_forwprop::execute): Do not propagate into COND_EXPR conditions.
gcc/tree-ssa-forwprop.cc