Do not gather loop exit conditions on the basic blocks outside the loop.
authorSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:23:46 +0000 (20:23 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Wed, 11 Aug 2010 20:23:46 +0000 (20:23 +0000)
2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>

* 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

gcc/ChangeLog.graphite

index 665f1468a34b17f09f059390465e1380b0d74009..36639b157fbd6be4f908e5114e90961f578b7669 100644 (file)
@@ -1,3 +1,10 @@
+2010-06-09  Sebastian Pop  <sebastian.pop@amd.com>
+
+       * 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  <sebastian.pop@amd.com>
 
        * graphite-poly.h: Fix comments and indentation.