]> git.ipfire.org Git - thirdparty/gcc.git/commit
Do not gather loop exit conditions on the basic blocks outside the loop.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 22:09:35 +0000 (22:09 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jun 2010 22:09:35 +0000 (22:09 +0000)
commitdff64cac3ba39c55966dbd20dd298a28ecd9bab0
treef234e313a3b9016f316a69409debab163a9f5c07
parentd3746d81d30c25b70814cadba87061c994f4043e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160509 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-sese-to-poly.c