gcc/
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jan 2009 18:23:21 +0000 (18:23 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Jan 2009 18:23:21 +0000 (18:23 +0000)
commit82b19557fea578166840d75f98e7a25e2f390d1d
treeceff6833d1922d30a87ed2cc8371506158699fac
parent88ff55103eb0c07b466826f31cf5248a5df50e81
gcc/
PR tree-optimization/39007
* tree-loop-distribution.c (generate_builtin): Use
recompute_dominator to compute the immediate dominator of the
basic block just after the loop.

gcc/testsuite/
PR tree-optimization/39007
* gcc.dg/tree-ssa/pr39007.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143767 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/pr39007.c [new file with mode: 0644]
gcc/tree-loop-distribution.c