*** empty log message ***

From-SVN: r1624
This commit is contained in:
Richard Stallman 1992-07-19 06:28:12 +00:00
parent 6c9e1cb251
commit 8be386d9f2

View File

@ -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 ... */