]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type used in the call to optab...
authorRichard Sandiford <rdsandiford@googlemail.com>
Sat, 31 Jul 2010 15:51:17 +0000 (15:51 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 31 Jul 2010 15:51:17 +0000 (15:51 +0000)
commit9eab7f91b9147d721680a49a5e07c8c0f2b4d2af
tree823f82a89dd1d28b19a663287f60b3b0ae52a5d4
parent6601202c2980c23c590355619ba82d540e50a0ae
tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type used in the call to optab_for_tree_code.

gcc/
* tree-ssa-math-opts.c (convert_plusminus_to_widen): Fix type
used in the call to optab_for_tree_code.  Fix the second
is_widening_mult_p call.  Check that both unwidened operands
have the same sign.

From-SVN: r162784
gcc/ChangeLog
gcc/tree-ssa-math-opts.c