exit label as necessary.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47227
138bc75d-0d04-0410-961f-
82ee72b054a4
+2001-11-20 Jeff Law <law@redhat.com>
+
+ * unroll.c (copy_loop_body): Update LABEL_NUSES for the
+ exit label as necessary.
+
2001-11-20 Brad Kaiser <bkaiser@acelink.net>
* reload1.c (elimination_effects): Use function_invariant_p
that. */
jmp = emit_jump_insn_after (gen_jump (exit_label), copy);
JUMP_LABEL (jmp) = exit_label;
+ LABEL_NUSES (exit_label)++;
jmp = emit_barrier_after (jmp);
emit_label_after (lab, jmp);
LABEL_NUSES (lab) = 0;