graphite-sese-to-poly.c (translate_scalar_reduction_to_array): Initialize variable.

2010-04-04  Matthias Klose  <doko@ubuntu.com>

	* graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
	Initialize variable.

From-SVN: r157965
This commit is contained in:
Matthias Klose 2010-04-05 11:40:29 +00:00 committed by Matthias Klose
parent 5c186c7c91
commit 7e0ec110d5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-04-04 Matthias Klose <doko@ubuntu.com>
* graphite-sese-to-poly.c (translate_scalar_reduction_to_array):
Initialize variable.
2010-04-03 Richard Guenther <rguenther@suse.de>
PR middle-end/42509

View File

@ -2787,7 +2787,7 @@ translate_scalar_reduction_to_array (VEC (gimple, heap) *in,
{
unsigned int i;
gimple loop_phi;
tree red;
tree red = NULL_TREE;
for (i = 0; VEC_iterate (gimple, in, i, loop_phi); i++)
{