tree-vrp.c (extract_range_from_multiplicative_op): Add type parameter and use it...
authorRichard Biener <rguenther@suse.de>
Thu, 25 Jul 2019 12:05:19 +0000 (12:05 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 25 Jul 2019 12:05:19 +0000 (12:05 +0000)
commite2cfa983c31fa7886f496a47feb8714297ca0063
tree8420353f6db2827ae4b9113bfca65049e5b004ad
parentc9357dc13bdc10df1eba95d7b79ee2d3ae4fbbc6
tree-vrp.c (extract_range_from_multiplicative_op): Add type parameter and use it instead of guessing expression type from the...

2019-07-25  Richard Biener  <rguenther@suse.de>

* tree-vrp.c (extract_range_from_multiplicative_op): Add
type parameter and use it instead of guessing expression
type from the first operand.
(extract_range_from_binary_expr): Pass expr_type down.

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