This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] checking version of rtl flag access macros
- From: Richard Henderson <rth at redhat dot com>
- To: Krister Walfridsson <cato at df dot lth dot se>
- Cc: Janis Johnson <janis187 at us dot ibm dot com>, Alexandre Oliva <aoliva at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 16 May 2002 16:22:28 -0700
- Subject: Re: [PATCH] checking version of rtl flag access macros
- References: <20020516113052.A2381@us.ibm.com> <Pine.GSO.4.44.0205162056400.26632-100000@igloo.df.lth.se>
On Thu, May 16, 2002 at 08:57:43PM +0200, Krister Walfridsson wrote:
> The patch below is what I tested with tonight. I could test a patch with
>
> if (GET_CODE (value) == REG
> && ! REG_FUNCTION_VALUE_P (value))
Use REG_P. Patch pre-approved.
r~