Use mark_block_for_update properly in insert_updated_phi_nodes_for
authorRichard Biener <rguenther@suse.de>
Tue, 28 Jun 2022 10:03:22 +0000 (12:03 +0200)
committerRichard Biener <rguenther@suse.de>
Tue, 28 Jun 2022 11:13:34 +0000 (13:13 +0200)
commit07f49e855b50d06181b08aa2498e631be27e8055
tree85c676da3e8967453f0a4a7f0605c7d6dcbbf0e3
parent198781144f33b0ef17dd2094580b5c77ad97d6e8
Use mark_block_for_update properly in insert_updated_phi_nodes_for

This makes sure to use mark_block_for_update when adding a block for
rewriting in insert_updated_phi_nodes_for as otherwise stmt flags are not
initialized.

2022-06-28  Richard Biener  <rguenther@suse.de>

* tree-into-ssa.cc (insert_updated_phi_nodes_for): Use
mark_block_for_update.
(update_ssa): Adjust.
gcc/tree-into-ssa.cc