From: Sebastian Pop Date: Wed, 11 Aug 2010 20:23:46 +0000 (+0000) Subject: Do not gather loop exit conditions on the basic blocks outside the loop. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bb17c851c20f995a27bb5238f51d566c8f7e4f23;p=gcc.git Do not gather loop exit conditions on the basic blocks outside the loop. 2010-06-09 Sebastian Pop * graphite-sese-to-poly.c (single_pred_cond): Renamed single_pred_cond_non_loop_exit. Return NULL for loop exit edges. (build_sese_conditions_before): Renamed call to single_pred_cond. (build_sese_conditions_after): Same. From-SVN: r163112 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 665f1468a34..36639b157fb 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,10 @@ +2010-06-09 Sebastian Pop + + * graphite-sese-to-poly.c (single_pred_cond): Renamed + single_pred_cond_non_loop_exit. Return NULL for loop exit edges. + (build_sese_conditions_before): Renamed call to single_pred_cond. + (build_sese_conditions_after): Same. + 2010-06-09 Sebastian Pop * graphite-poly.h: Fix comments and indentation.