re PR tree-optimization/42931 (-ftree-loop-linear - valgrind warns about using uninit...
authorJakub Jelinek <jakub@redhat.com>
Mon, 8 Feb 2010 15:47:01 +0000 (16:47 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 8 Feb 2010 15:47:01 +0000 (16:47 +0100)
commit8d9eca14aede1725962fa0933e87b28f8a7d03b2
tree260f315063bb5a136b899e90bf693be6452469b9
parentd35455249691b358fa92ecc17ea6ea9bed82164c
re PR tree-optimization/42931 (-ftree-loop-linear - valgrind warns about using uninitialized variable)

PR tree-optimization/42931
* tree-loop-linear.c (try_interchange_loops): Don't call
double_int_mul if estimated_loop_iterations failed.

From-SVN: r156602
gcc/ChangeLog
gcc/tree-loop-linear.c