[RFC] Fix PR c/5250

Richard Henderson rth@redhat.com
Thu Feb 14 10:23:00 GMT 2002


On Thu, Feb 14, 2002 at 05:09:46PM +0100, Gwenole Beauchesne wrote:
> i.e. why testing for (dreg >= 0) instead of, for example,
> (REGNO (SET_DEST (body)) >= FIRST_PSEUDO_REGISTER),
> or (dreg >= FIRST_PSEUDO_REGISTER) ?

Reg_renumber for unassigned pseudos should be -1.  That's
what's being tested here.


r~



More information about the Gcc-patches mailing list