From 906a2d3cefb5cdf990cf9cd038a5840556d9eebb Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 2 Feb 1997 06:50:51 -0500 Subject: [PATCH] (output_scc_di): Add missing CC_STATUS_INIT. From-SVN: r13580 --- gcc/config/m68k/m68k.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 21e16d35e2d..6fca24b2c82 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -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. */ -- 2.30.2