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]

r229344 - in /trunk/gcc: ChangeLog auto-inc-dec.c


Author: ktkachov
Date: Mon Oct 26 11:51:47 2015
New Revision: 229344

URL: https://gcc.gnu.org/viewcvs?rev=229344&root=gcc&view=rev
Log:
[auto-inc-dec.c] Account for cost of move operation in FORM_PRE_ADD and FORM_POST_ADD cases

	* auto-inc-dec.c (insert_move_insn_before): Delete.
	(attempt_change): Remember to cost the simple move in the
	FORM_PRE_ADD and FORM_POST_ADD cases.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/auto-inc-dec.c


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