This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r163429 - in /branches/graphite/gcc: ChangeLog....


Author: spop
Date: Fri Aug 20 23:49:43 2010
New Revision: 163429

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=163429
Log:
A function is affine when CHREC_RIGHT is invariant.

2010-08-20  Sebastian Pop  <sebastian.pop@amd.com>

	* tree-chrec.h (evolution_function_is_affine_p): Do not check
	whether CHREC_LEFT is invariant.  A function is affine when
	CHREC_RIGHT is invariant.

Modified:
    branches/graphite/gcc/ChangeLog.graphite
    branches/graphite/gcc/tree-chrec.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]