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