This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] checking version of rtl flag access macros


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]