Commit 2d1aa7d8 by Steve Chamberlain

*** empty log message ***

From-SVN: r7959
parent 06c386ea
......@@ -2204,7 +2204,7 @@ general_movsrc_operand (op, mode)
enum machine_mode mode;
{
/* Any MEM(label_ref) is ok, that's a pcrel load */
xo if (GET_CODE (op) == MEM
if (GET_CODE (op) == MEM
&& GET_CODE (XEXP (op, 0)) == LABEL_REF)
return 1;
......
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