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-Tag: releases/gcc-4.6.0~5097 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081970eb71344c06633511da26d76de8f0751770;p=thirdparty%2Fgcc.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 36639b157fbd..c6b23cd766ee 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