summaryrefslogtreecommitdiffstats
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-14 18:31:48 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2001-03-14 18:31:48 +0000
commit4ed008e772b1865f886ea2bc0f711de8057da4a1 (patch)
tree2da01d0c0ee8b2c9a0b414adbe18bd514b2b5851 /gcc/expr.c
parent6e5b5ba9a72a35a941abf23bed60b8ef140ec927 (diff)
downloadppe42-gcc-4ed008e772b1865f886ea2bc0f711de8057da4a1.tar.gz
ppe42-gcc-4ed008e772b1865f886ea2bc0f711de8057da4a1.zip
* expr.c (emit_move_insn_1): Guard PUSH_ROUNDING use by ifdef.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40462 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 44900a61346..4dc430e0f80 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -2786,6 +2786,7 @@ emit_move_insn_1 (x, y)
/* 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
@@ -2829,6 +2830,7 @@ emit_move_insn_1 (x, y)
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.
OpenPOWER on IntegriCloud