Skip to content

Commit

Permalink
Do not gather loop exit conditions on the basic blocks outside the loop.
Browse files Browse the repository at this point in the history
2010-06-09  Sebastian Pop  <[email protected]>

	* 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
  • Loading branch information
sebpop committed Aug 11, 2010
1 parent 86e40af commit bb17c85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gcc/ChangeLog.graphite
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2010-06-09 Sebastian Pop <[email protected]>

* 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 <[email protected]>

* graphite-poly.h: Fix comments and indentation.
Expand Down

0 comments on commit bb17c85

Please sign in to comment.