aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/graphite.cc')
-rw-r--r--gcc/graphite.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.cc b/gcc/graphite.cc
index 65b970f..166850ce 100644
--- a/gcc/graphite.cc
+++ b/gcc/graphite.cc
@@ -261,7 +261,7 @@ cached_scalar_evolution_in_region (const sese_l &region, loop_p loop,
hstate.add_int (key.loop_num);
inchash::add_expr (key.expr, hstate);
key.hash = hstate.end ();
-
+
bool existed;
tree &chrec = seir_cache->get_or_insert (key, &existed);
if (!existed)