* expr.c (emit_move_insn_1): Fix else if around #endif.
From-SVN: r40476
This commit is contained in:
parent
0c56474ec6
commit
e9c0bd54ae
@ -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
|
||||
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user