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: RFA: Fix COND_EXEC handling of dead_or_set_regno_p


On 09/19/2012 09:25 PM, Joern Rennecke wrote:
> +  /* If a COND_EXEC is not executed, the value survives.  */
>    if (GET_CODE (pattern) == COND_EXEC)
> -    pattern = COND_EXEC_CODE (pattern);
> +    return 0;

Ok.


r~


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