This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] - comparison generation fix for archs without cc0
- From: Richard Henderson <rth at redhat dot com>
- To: Igor Shevlyakov <igor at microunity dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 31 May 2002 15:08:15 -0700
- Subject: Re: [PATCH] - comparison generation fix for archs without cc0
- References: <000a01c202a5$9d5afb00$1e0756c0@medusa>
On Thu, May 23, 2002 at 03:03:04PM -0700, Igor Shevlyakov wrote:
> * expr.c (compare_from_rtx): generate comparison between op0 and op1
> rather than cc0 and 0 in a case when HAVE_cc0 is not defined.
Applied.
r~