tree-vrp.c (vrp_visit_assignment_or_call): Handle simplifications to SSA names via...
authorRichard Biener <rguenther@suse.de>
Mon, 28 Nov 2016 15:04:45 +0000 (15:04 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 28 Nov 2016 15:04:45 +0000 (15:04 +0000)
commit1c3099cca56c3639e29463f70de24323e7be96d6
treed46e82781e14a3e28e90fa99acbb24859c204987
parent6522add29b65f7fe572202b2a1e83a8cd00b07fa
tree-vrp.c (vrp_visit_assignment_or_call): Handle simplifications to SSA names via extract_range_from_ssa_name if allowed.

2016-11-28  Richard Biener  <rguenther@suse.de>

* tree-vrp.c (vrp_visit_assignment_or_call): Handle
simplifications to SSA names via extract_range_from_ssa_name
if allowed.

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