r177583 - in /trunk/gcc: ChangeLog config/i386/...

uros@gcc.gnu.org uros@gcc.gnu.org
Tue Aug 9 07:38:00 GMT 2011


Author: uros
Date: Tue Aug  9 07:38:02 2011
New Revision: 177583

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177583
Log:
	PR target/49781
	* config/i386/i386.md (reload_noff_load): New.
	(reload_noff_store): Ditto.
	* config/i386/i386.c (ix86_secondary_reload): Use
	CODE_FOR_reload_noff_load and CODE_FOR_reload_noff_store to handle
	double-word moves from/to non-offsetable addresses instead of
	generating XMM temporary.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/i386/i386.c
    trunk/gcc/config/i386/i386.md



More information about the Gcc-cvs mailing list