+Wed Mar 14 19:29:50 CET 2001 Jan Hubicka <jh@suse.cz>
+
+ * expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.
+
2001-03-14 Jakub Jelinek <jakub@redhat.com>
* reg-stack.c (stack_result): Unconditionally use
/* Don't split destination if it is a stack push. */
int stack = push_operand (x, GET_MODE (x));
+#ifdef PUSH_ROUNDING
/* In case we output to the stack, but the size is smaller machine can
push exactly, we need to use move instructions. */
if (stack
GEN_INT (offset2))),
gen_imagpart (submode, y));
}
+#endif
/* If this is a stack, push the highpart first, so it
will be in the argument order.