(find_barrier): When create new label, set LABEL_NUSES to 1.
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Oct 1995 22:25:06 +0000 (18:25 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 21 Oct 1995 22:25:06 +0000 (18:25 -0400)
From-SVN: r10497

gcc/config/sh/sh.c

index 3a53b868be5045d75cb7fd160f078a8eafcbc3dd..597a7d3c164b57c8fc67c7a47f0872b3efa860cc 100644 (file)
@@ -1283,6 +1283,7 @@ find_barrier (from)
 
       from = emit_jump_insn_after (gen_jump (label), from);
       JUMP_LABEL (from) = label;
+      LABEL_NUSES (label) = 1;
       found_barrier = emit_barrier_after (from);
       emit_label_after (label, found_barrier);
     }