Commit 3d037392 by Richard Stallman

(decode_rtx_const): Handle PC same as LABEL_REF.

From-SVN: r2675
parent b47460a0
...@@ -2166,6 +2166,7 @@ decode_rtx_const (mode, x, value) ...@@ -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;
......
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