tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if the currently executable...
authorRichard Biener <rguenther@suse.de>
Fri, 12 Aug 2016 07:29:10 +0000 (07:29 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 12 Aug 2016 07:29:10 +0000 (07:29 +0000)
commit2650da88925c04bbab77d45889a7cb460208d95e
tree2da58c91ab88ccd07d5af4b54eb45d886a537096
parente366d7d807f8d06dc35570871ba2b723b78975af
tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if the currently executable edges have fixed ranges.

2016-08-12  Richard Biener  <rguenther@suse.de>

* tree-vrp.c (vrp_visit_phi_node): Allow a last iteration if
the currently executable edges have fixed ranges.  Always
go through update_value_range.

From-SVN: r239404
gcc/ChangeLog
gcc/tree-vrp.c