Fix PR46404: call scev_reset to reset the number of iterations as well.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 2010 20:05:18 +0000 (20:05 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Dec 2010 20:05:18 +0000 (20:05 +0000)
commitd081c1c0db2962bea309cd31a62a83b5eaba213f
tree59801caa5e3967ccbe5f97664b8393fb7a52a4ce
parent0596fc07d788ad7baa5aad8354176d42a0192a9f
Fix PR46404: call scev_reset to reset the number of iterations as well.

2010-12-16  Sebastian Pop  <sebastian.pop@amd.com>

PR tree-optimization/46404
* graphite-clast-to-gimple.c (gloog): Call scev_reset.

* gcc.dg/graphite/pr46404-1.c: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167954 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-clast-to-gimple.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr46404-1.c [new file with mode: 0644]