*** empty log message ***

From-SVN: r1626
This commit is contained in:
Richard Stallman 1992-07-19 06:48:30 +00:00
parent adfaf10ada
commit 82d003675f

View File

@ -1476,7 +1476,7 @@ add_label_notes (x, insns)
char *fmt;
rtx insn;
if (code == LABEL_REF)
if (code == LABEL_REF && !LABEL_REF_NONLOCAL_P (x))
{
for (insn = insns; insn; insn = NEXT_INSN (insn))
if (reg_mentioned_p (XEXP (x, 0), insn))