Commit e9c0bd54 by Richard Henderson Committed by Richard Henderson

* expr.c (emit_move_insn_1): Fix else if around #endif.

From-SVN: r40476
parent 0c56474e
2001-03-14 Richard Henderson <rth@redhat.com>
* expr.c (emit_move_insn_1): Fix else if around #endif.
Wed Mar 14 22:39:12 CET 2001 Jan Hubicka <jh@suse.cz>
Vojtech Pavlik
......
......@@ -2830,13 +2830,14 @@ emit_move_insn_1 (x, y)
GEN_INT (offset2))),
gen_imagpart (submode, y));
}
else
#endif
/* If this is a stack, push the highpart first, so it
will be in the argument order.
In that case, change_address is used only to convert
the mode, not to change the address. */
else if (stack)
if (stack)
{
/* Note that the real part always precedes the imag part in memory
regardless of machine's endianness. */
......
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