expr.c (emit_single_push_insn): If padding is needed downward...
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 29 Jun 2003 13:40:24 +0000 (13:40 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 29 Jun 2003 13:40:24 +0000 (13:40 +0000)
commit329d586fe57ac58fb541855cf8e329b9f5cb5cff
treea9e4d6a272ba2deeafa435b5c0094f8604354c86
parent159b3be1f3f7f43d37cbe60b4e8c46a113755b73
expr.c (emit_single_push_insn): If padding is needed downward...

* expr.c (emit_single_push_insn): If padding is needed
downward, adjust the stack pointer first, and then store the
data into the stack location using an offset.

From-SVN: r68670
gcc/ChangeLog
gcc/expr.c