OSDN Git Service

(output_scc_di): Add missing CC_STATUS_INIT.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Feb 1997 11:50:51 +0000 (11:50 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 2 Feb 1997 11:50:51 +0000 (11:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13580 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/m68k/m68k.c

index 21e16d3..6fca24b 100644 (file)
@@ -919,6 +919,9 @@ output_scc_di(op, operand1, operand2, dest)
   rtx loperands[7];
   enum rtx_code op_code = GET_CODE (op);
 
+  /* This does not produce a usefull cc.  */
+  CC_STATUS_INIT;
+
   /* The m68k cmp.l instruction requires operand1 to be a reg as used
      below.  Swap the operands and change the op if these requirements
      are not fulfilled.  */