(decode_rtx_const): Handle PC same as LABEL_REF.

From-SVN: r2675
This commit is contained in:
Richard Stallman 1992-11-02 04:25:19 +00:00
parent b47460a060
commit 3d0373924d

View File

@ -2166,6 +2166,7 @@ decode_rtx_const (mode, x, value)
case SYMBOL_REF: case SYMBOL_REF:
case LABEL_REF: case LABEL_REF:
case PC:
value->un.addr.base = x; value->un.addr.base = x;
break; break;