Commit 15914757 by Andrew MacLeod Committed by Andrew Macleod

* expr.c (emit_push_insn): Fix Dumb Typo.

From-SVN: r24811
parent c8ab9901
Thu Jan 21 23:47:30 EST 1999 Andrew MacLeod <amacleod@cygnus.com>
* expr.c (emit_push_insn): Fix dumb typo.
Thu Jan 21 20:24:02 1999 Richard Henderson <rth@cygnus.com>
* rs6000.h (LEGITIMIZE_RELOAD_ADDRESS): Recognize and accept
......
......@@ -2887,7 +2887,7 @@ emit_push_insn (x, mode, type, size, align, partial, reg, extra,
if (args_addr == 0
&& GET_CODE (size) == CONST_INT
&& skip == 0
&& (MOVE_BY_PIECES_P ((unsigned) INTVAL (size) - used, align)))
&& (MOVE_BY_PIECES_P ((unsigned) INTVAL (size) - used, align))
/* Here we avoid the case of a structure whose weak alignment
forces many pushes of a small amount of data,
and such small pushes do rounding that causes trouble. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment