[llvm-commits] [patch] Fix va_arg for double and some cleanups
Dan Gohman
gohman at apple.com
Thu Jul 8 10:20:28 PDT 2010
getTransientStackAlignment does not seem the right tool here. You
want to know how arguments in memory for varargs are aligned, not how
the stack pointer itself is aligned.
Dan
On Jul 8, 2010, at 7:19 AM, Rafael Espindola <espindola at google.com>
wrote:
> I think I found the correct method: getTransientStackAlignment.
>
> The attached patch uses it. Is it OK?
>
> Cheers,
> --
> Rafael Ávila de Espíndola
> <vaarg.patch>
More information about the llvm-commits
mailing list