This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] - comparison generation fix for archs without cc0


On Thu, May 23, 2002 at 03:03:04PM -0700, Igor Shevlyakov wrote:
> + #if HAVE_cc0
>     return gen_rtx_fmt_ee (code, VOIDmode, cc0_rtx, const0_rtx);
> + #else
> +   return gen_rtx_fmt_ee (code, VOIDmode, op0, op1);
> + #endif

When, exactly, are you encountering this?  To my knowledge, all
extant non-cc0 targets make gen_cmpxx save op0 and op1 in local
variables, and use that during gen_beq etc.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]