This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r128885 - in /trunk/gcc: ChangeLog config/i386/...
- From: uros at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sat, 29 Sep 2007 10:14:14 -0000
- Subject: r128885 - in /trunk/gcc: ChangeLog config/i386/...
Author: uros
Date: Sat Sep 29 10:14:14 2007
New Revision: 128885
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128885
Log:
* config/i386/i386.c (ix86_expand_move): Use can_create_pseudo_p ()
instead of variants of (!reload_in_progress && !reload_completed).
(x86_expand_vector_move): Ditto.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/i386/i386.c