(output_scc_di): Add missing CC_STATUS_INIT.
authorRichard Kenner <kenner@gcc.gnu.org>
Sun, 2 Feb 1997 11:50:51 +0000 (06:50 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sun, 2 Feb 1997 11:50:51 +0000 (06:50 -0500)
From-SVN: r13580

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.  */