Commit 15a7a8ec by Richard Kenner

(emit_move_insn_1): When doing multi-word move, show output is

clobbered.

From-SVN: r10427
parent 89046535
......@@ -1982,6 +1982,9 @@ emit_move_insn_1 (x, y)
}
#endif
/* Show the output dies here. */
emit_insn (gen_rtx (CLOBBER, VOIDmode, x));
for (i = 0;
i < (GET_MODE_SIZE (mode) + (UNITS_PER_WORD - 1)) / UNITS_PER_WORD;
i++)
......
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