http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57763

--- Comment #21 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Attached is an attempt to fix this just by setting JUMP_LABEL on the
> indirect jump, then computed_jump_p predicate will be false and the various
> places in RTL optimizers will be told where it jumps to.  Not 100% how
> adding the JUMP_LABEL plays with e.g. LABEL_NUSES, should it increment it or
> not, or do only LABEL_REFs count for that?

Yes, I'd increment it there too.

Reply via email to