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

From-SVN: r40476
This commit is contained in:
Richard Henderson 2001-03-14 14:21:55 -08:00 committed by Richard Henderson
parent 0c56474ec6
commit e9c0bd54ae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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. */