Commit 906a2d3c by Richard Kenner

(output_scc_di): Add missing CC_STATUS_INIT.

From-SVN: r13580
parent 4eb2cb10
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment