Call compute_overall_effect_of_inner_loop from instantiate_scev_name.
authorSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:23:53 +0000 (20:23 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:23:53 +0000 (20:23 +0000)
2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>

* tree-scalar-evolution.c (instantiate_scev_name): Do not fail
the scev analysis when the variable is not used outside the loop
in a close phi node: call compute_overall_effect_of_inner_loop.

From-SVN: r163113

gcc/ChangeLog.graphite

index 36639b157fbd6be4f908e5114e90961f578b7669..c6b23cd766ee646857adf2a9d37a3afa5957f9dc 100644 (file)
@@ -1,3 +1,9 @@
+2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * tree-scalar-evolution.c (instantiate_scev_name): Do not fail
+       the scev analysis when the variable is not used outside the loop
+       in a close phi node: call compute_overall_effect_of_inner_loop.
+
 2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
 
        * graphite-sese-to-poly.c (single_pred_cond): Renamed