summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-04-05 11:40:29 +0000
committerMatthias Klose <doko@gcc.gnu.org>2010-04-05 11:40:29 +0000
commit7e0ec110d5f378316e04251072777b89a5e4ed74 (patch)
tree20229f7b6111dbb2a2c9a7c3f12f7cea49db5ba4 /gcc/graphite-sese-to-poly.c
parent5c186c7c91826b1f79a0e66833664b8805f41c65 (diff)
downloadgcc-7e0ec110d5f378316e04251072777b89a5e4ed74.tar.gz
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
Diffstat (limited to 'gcc/graphite-sese-to-poly.c')
-rw-r--r--gcc/graphite-sese-to-poly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c
index e7aa5568b56..d4bb8a37c25 100644
--- a/gcc/graphite-sese-to-poly.c
+++ b/gcc/graphite-sese-to-poly.c
@@ -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++)
{