This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with alpha.c:print_operand
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: Problem with alpha.c:print_operand
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sun, 17 Sep 2000 14:24:06 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <10009172113.AA11669@vlsi1.ultra.nyu.edu>
On Sun, Sep 17, 2000 at 04:59:40PM -0400, Richard Kenner wrote:
> Nevertheless, don't you think it's a bad idea to use the same 'c' code
> that final.c has builtin?
*shrug* For the cases it's used for (comparisons) we always go
through the output_operand path, which does exactly what we want.
You wrote that yourself ages and ages ago.
r~