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.


Hi Hans-Peter,

> I believe that PREV_INSN should be prev_nonnote_insn as in the
> code you deleted below.  The notes can get there from inlining.

I am testing with prev_nonnote_insn to see if that makes any difference.  In
any event, prev_nonnote_insn seems a safer choice because we want to remove
a cc0 setter.

Thanks,

Kazu Hirata


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