Commit 82d00367 by Richard Stallman

*** empty log message ***

From-SVN: r1626
parent adfaf10a
...@@ -1476,7 +1476,7 @@ add_label_notes (x, insns) ...@@ -1476,7 +1476,7 @@ add_label_notes (x, insns)
char *fmt; char *fmt;
rtx insn; rtx insn;
if (code == LABEL_REF) if (code == LABEL_REF && !LABEL_REF_NONLOCAL_P (x))
{ {
for (insn = insns; insn; insn = NEXT_INSN (insn)) for (insn = insns; insn; insn = NEXT_INSN (insn))
if (reg_mentioned_p (XEXP (x, 0), insn)) if (reg_mentioned_p (XEXP (x, 0), insn))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment