From 2fb8a81d288258e0b5f1c241e9a83b6171defeb2 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 3 Nov 1993 21:18:49 +0000 Subject: [PATCH] (output_move_double): More of previous change. From-SVN: r5988 --- gcc/config/m68k/m68k.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/m68k/m68k.c b/gcc/config/m68k/m68k.c index 1e29a6db6a7..b536f6d8cdd 100644 --- a/gcc/config/m68k/m68k.c +++ b/gcc/config/m68k/m68k.c @@ -1125,7 +1125,7 @@ compadr: output_asm_insn (singlemove_string (middlehalf), middlehalf); return ""; } - else if (reg_overlap_mentioned_p (operands[0], XEXP (operands[1], 0))) + else if (reg_overlap_mentioned_p (testlow, XEXP (operands[1], 0))) /* If the low half of dest is mentioned in the source memory address, the arrange to emit the move late half first. */ dest_overlapped_low = 1; -- 2.30.2