From: Sebastian Pop Date: Wed, 11 Aug 2010 20:23:53 +0000 (+0000) Subject: Call compute_overall_effect_of_inner_loop from instantiate_scev_name. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=081970eb71344c06633511da26d76de8f0751770;p=gcc.git Call compute_overall_effect_of_inner_loop from instantiate_scev_name. 2010-06-09 Sebastian Pop * 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 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 36639b157fb..c6b23cd766e 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,9 @@ +2010-06-09 Sebastian Pop + + * 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 * graphite-sese-to-poly.c (single_pred_cond): Renamed