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)
commitbb17c851c20f995a27bb5238f51d566c8f7e4f23
tree8bd577359a8ab4e6cfcb50aaef73266c0b15df6c
parent86e40af75b788f66005a514da1cf8b0988ba6345
Do not gather loop exit conditions on the basic blocks outside the loop.

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