This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: alignment: store_one_arg vs emit_push_insn
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: dj at redhat dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 11 May 03 07:36:19 EDT
- Subject: Re: alignment: store_one_arg vs emit_push_insn
> No, it looks right to me. PARM_BOUNDARY is the smallest alignment a
> parameter is allowed to have, but some might be more aligned.
Then emit_push_insn is misusing it, as it uses it as the alignment of
the source, not just the destination.
I don't follow. emit_push_insn barely uses it *at all*.