*** empty log message ***

From-SVN: r7959
This commit is contained in:
Steve Chamberlain 1994-08-23 02:16:00 +00:00
parent 06c386eacf
commit 2d1aa7d8f5

View File

@ -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;