This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: new register allocator and HARD_REGNO_CALL_PART_CLOBBERED
- From: Richard Henderson <rth at redhat dot com>
- To: Herman ten Brugge <hermantenbrugge at home dot nl>
- Cc: Daniel Berlin <dberlin at dberlin dot org>, Dale Johannesen <dalej at apple dot com>, gcc at gcc dot gnu dot org
- Date: Sun, 11 May 2003 18:23:35 -0700
- Subject: Re: new register allocator and HARD_REGNO_CALL_PART_CLOBBERED
- References: <F20BCD00-7C44-11D7-ACB8-000A95A34564@dberlin.org> <20030511122309.3BA7175907@home.nl>
On Sun, May 11, 2003 at 02:23:09PM +0200, Herman ten Brugge wrote:
> +static int hard_regno_call_part_clobbered[FIRST_PSEUDO_REGISTER];
I think you should use HARD_REG_SET instead.
r~