[PATCH] SUBREG_BYTE fixes

Richard Henderson rth@cygnus.com
Fri Dec 31 16:38:00 GMT 1999


On Thu, Dec 09, 1999 at 06:22:05PM +0100, Jakub Jelinek wrote:
> Basically, what used to be
> gen_rtx_SUBREG (mode, reg, 0) with the meaning low part of a register
> shall be rewritten in generic code as gen_rtx_SUBREG (mode, reg, -1)

No, no.  This is too too ugly.  Change the offending code
to use gen_lowpart or something else descriptive.


r~



More information about the Gcc-patches mailing list