Commit 8be386d9 by Richard Stallman

*** empty log message ***

From-SVN: r1624
parent 6c9e1cb2
......@@ -2251,6 +2251,9 @@ set_label_offsets (x, insn, initial_p)
switch (code)
{
case LABEL_REF:
if (LABEL_REF_NONLOCAL_P (x))
return;
x = XEXP (x, 0);
/* ... fall through ... */
......
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