[PURRS-devel] purrs/src rr_classifier.cc

Tatiana Zolo zolo at spartacus.cs.unipr.it
Mon Nov 10 18:46:52 CET 2003


CVSROOT:	/cvs/purrs
Module name:	purrs
Changes by:	zolo at cs.unipr.it	2003-11-10 18:46:52

Modified files:
	src            : rr_classifier.cc 

Log message:
	Added a const_cast to the private date `Recurrence::recurrence_rhs'.
	
	Added assertion
	assert(rhs.is_expanded());
	at the beginning of the functions
	`eliminate_negative_decrements()' and
	`eliminate_null_decrements()'.
	
	Fixed a bug in the function `eliminate_null_decrement()'
	adding a `break' in a `for' cycle: without it the index
	that crossed the operands of a expression went out from
	the range [0, num_operands-1].

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/purrs/src/rr_classifier.cc.diff?cvsroot=purrs&r1=1.69&r2=1.70




More information about the PURRS-devel mailing list