clobber_return_register fix

Richard Henderson rth@redhat.com
Wed Jun 6 18:18:00 GMT 2001


On Wed, Jun 06, 2001 at 03:01:32PM +0200, Jan Hubicka wrote:
> +       if (REG_P (decl_rtl)
> + 	  ? REGNO (decl_rtl) >= FIRST_PSEUDO_REGISTER
> + 	  : DECL_REGISTER (decl_result))

I don't understand the purpose of checking DECL_REGISTER
for a non-register?


r~



More information about the Gcc-patches mailing list