Commit fd576c86 by Stephane Carrez Committed by Stephane Carrez

re PR target/6744 (Generates ASM containing reference to pseudo register z)

	PR target/6744
	* config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
	ASM_OPERANDS instructions.

From-SVN: r55659
parent b791ff31
2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
PR target/6744
* config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
ASM_OPERANDS instructions.
2002-07-22 Stephane Carrez <stcarrez@nerim.fr>
PR target/7361
* config/m68hc11/m68hc11.c (go_if_legitimate_address_internal): Accept
constant addresses only on 68HC12.
......
......@@ -4877,6 +4877,7 @@ m68hc11_z_replacement (insn)
body = PATTERN (insn);
if (GET_CODE (body) == SET || GET_CODE (body) == PARALLEL
|| GET_CODE (body) == ASM_OPERANDS
|| GET_CODE (insn) == CALL_INSN || GET_CODE (insn) == JUMP_INSN)
{
rtx note;
......
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