This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: convert combine.c
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: convert combine.c
- From: Richard Henderson <rth at redhat dot com>
- Date: Sun, 7 Jan 2001 10:30:15 -0800
- Cc: patches at x86-64 dot org, gcc-patches at gcc dot gnu dot org
- References: <20010106225025.H4737@atrey.karlin.mff.cuni.cz>
On Sat, Jan 06, 2001 at 10:50:25PM +0100, Jan Hubicka wrote:
> The combine's reversible_comparison_p is not 100% obsoletted by my function,
> since it uses combine's data to search for the COMPARE expression...
So why not modify it to use your reversed_comparison_code_parts?
r~