[3.3/3.4 PATCH] PR target/7248: Fix iordi3 for m68k

Richard Henderson rth@redhat.com
Tue Mar 18 18:09:00 GMT 2003


On Tue, Mar 18, 2003 at 09:51:34AM +0100, Andreas Schwab wrote:
> operands[0] has already been adjusted inbetween:
> 
>       if (GET_CODE (operands[0]) == REG)
> 	operands[0] = gen_rtx_REG (SImode, REGNO (operands[0]) + 1);
>       else
> 	operands[0] = adjust_address (operands[0], SImode, 4);

Ah hah.  I missed that.  The patch is surely ok then.



r~



More information about the Gcc-patches mailing list