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: [3.3/3.4 PATCH] PR target/7248: Fix iordi3 for m68k


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~


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