OSDN Git Service

PR target/6744
authorciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jul 2002 21:08:41 +0000 (21:08 +0000)
committerciceron <ciceron@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Jul 2002 21:08:41 +0000 (21:08 +0000)
* config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
ASM_OPERANDS instructions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55659 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/m68hc11/m68hc11.c

index 176d51b..5981a8f 100644 (file)
@@ -1,5 +1,11 @@
 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.
index af47a55..515f92c 100644 (file)
@@ -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;