Commit 1a616dfc by Michael Hayes Committed by Michael Hayes

c4x.c (src_operand): Check SYMBOL_REF and LABEL_REF memory mode.

	* config/c4x/c4x.c (src_operand):  Check SYMBOL_REF and LABEL_REF
	memory mode.

From-SVN: r30026
parent f9b5668e
Sat Oct 16 12:26:30 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.c (src_operand): Check SYMBOL_REF and LABEL_REF
memory mode.
Fri Oct 15 17:02:09 1999 Jeffrey A Law (law@cygnus.com)
* pa.c (move_operand): Rely on memory_address_p to determine the
......
......@@ -3119,7 +3119,7 @@ src_operand (op, mode)
&& ((GET_CODE (XEXP (op, 0)) == SYMBOL_REF
|| GET_CODE (XEXP (op, 0)) == LABEL_REF
|| GET_CODE (XEXP (op, 0)) == CONST)))
return ! TARGET_EXPOSE_LDP;
return ! TARGET_EXPOSE_LDP && GET_MODE (op) == mode;
return general_operand (op, mode);
}
......
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