re PR target/6744 (Generates ASM containing reference to pseudo register z)
authorStephane Carrez <stcarrez@nerim.fr>
Mon, 22 Jul 2002 21:08:41 +0000 (23:08 +0200)
committerStephane Carrez <ciceron@gcc.gnu.org>
Mon, 22 Jul 2002 21:08:41 +0000 (23:08 +0200)
PR target/6744
* config/m68hc11/m68hc11.c (m68hc11_z_replacement): Also replace
ASM_OPERANDS instructions.

From-SVN: r55659

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

index 176d51bb9a344933af9199c433ed38c18978cfce..5981a8f6170960bc3a7d67444977498b6cd80b51 100644 (file)
@@ -1,3 +1,9 @@
+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
index af47a5524601d0ef51a31431aa76a43fb593a4b1..515f92ca3249c69243e625c9a83aec809b136e9f 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;