This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: avoid creating temporary rtl in get/has_hard_reg_initial_val
- From: Richard Henderson <rth at redhat dot com>
- To: Richard Sandiford <rsandifo at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sat, 7 May 2005 18:40:19 -0700
- Subject: Re: RFA: avoid creating temporary rtl in get/has_hard_reg_initial_val
- References: <87r7gjyv66.fsf@firetop.home>
On Sat, May 07, 2005 at 03:20:33PM +0100, Richard Sandiford wrote:
> has_hard_reg_initial_val (enum machine_mode mode, int regno)
...
> ! && REGNO (ivs->entries[i].hard_reg) == (unsigned int) regno)
Please just change the prototype to use unsigned. That
should be the canonical type for dealing with regnos.
r~