This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: ifcvt and new jump reversal inf.
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: ifcvt and new jump reversal inf.
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 27 Feb 2001 19:31:05 -0800
- Cc: gcc-patches at gcc dot gnu dot org, patches at x86-64 dot org
- References: <20010227173923.N4466@atrey.karlin.mff.cuni.cz>
On Tue, Feb 27, 2001 at 05:39:23PM +0100, Jan Hubicka wrote:
> * ifcvt.c (noce_emit_store_flag, noce_try_store_flag_constants,
> noce_try_store_flag_inc, noce_try_store_flag_mask,
> noce_try_cmove_arith):
> Use reversed_comparison_code instead of reverse_comparison and
> can_reverse_comparison_p.
Ok.
r~