r214638 - in /trunk/gcc: ChangeLog emit-rtl.c

rsandifo@gcc.gnu.org rsandifo@gcc.gnu.org
Thu Aug 28 06:23:00 GMT 2014


Author: rsandifo
Date: Thu Aug 28 06:23:13 2014
New Revision: 214638

URL: https://gcc.gnu.org/viewcvs?rev=214638&root=gcc&view=rev
Log:
gcc/
	* emit-rtl.c: Include rtl-iter.h.
	(find_auto_inc): Turn from being a for_each_rtx callback to being
	a function that examines each subrtx itself.  Assume the first operand
	to an RTX_AUTOINC is the automodified register.
	(try_split): Update call accordingly.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/emit-rtl.c



More information about the Gcc-cvs mailing list