This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r149033 - in /trunk/gcc: ChangeLog dojump.c exp...
- From: bonzini at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Sun, 28 Jun 2009 17:03:04 -0000
- Subject: r149033 - in /trunk/gcc: ChangeLog dojump.c exp...
Author: bonzini
Date: Sun Jun 28 17:03:03 2009
New Revision: 149033
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149033
Log:
2009-06-28 Paolo Bonzini <bonzini@gnu.org>
* dojump.c (do_compare_rtx_and_jump): Try swapping the
condition for floating point modes.
* expmed.c (emit_store_flag_1): Move here a bigger part
of emit_store_flag.
(emit_store_flag): Try swapping the condition for floating point
modes.
* optabs.c (emit_cmp_and_jump_insns): Cope with constant op0 better.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/dojump.c
trunk/gcc/expmed.c
trunk/gcc/optabs.c