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]

Re: [patch] flow.c: Don't call sets_cc0_p if insn is NULL_RTX.


>   
> +   /* In case we zap a conditional jump, we'll need to kill
> +      the cc0 setter too.  */
> +   kill_from;
Most probably: kill_from = insn

Otherwise such solution looks correct to me (and probably cleaner than
solution I've used).

Honza


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