chrec_apply should only apply to the specified variable.
commit6e861cfd7bc313df595a6375a2d69edbe8faa6ff
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jul 2010 07:02:43 +0000 (16 07:02 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Jul 2010 07:02:43 +0000 (16 07:02 +0000)
treef99eac991fd4cabbd692ee7e0e03a11d1c6ffb67
parent5ef692e9ccbde8fb9831822802cb0fe27aa2b8cb
chrec_apply should only apply to the specified variable.

2010-07-15  Sebastian Pop  <sebastian.pop@amd.com>

* tree-chrec.c (chrec_apply): Should only apply to the specified
variable.  Also handle multivariate chains of recurrences that
satisfy evolution_function_is_affine_p.  Also handle CASE_CONVERT.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@162244 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog.graphite
gcc/tree-chrec.c