r274696 - in /trunk/gcc: ChangeLog calls.c call...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Tue Aug 20 08:51:00 GMT 2019
Author: rsandifo
Date: Tue Aug 20 08:51:09 2019
New Revision: 274696
URL: https://gcc.gnu.org/viewcvs?rev=274696&root=gcc&view=rev
Log:
Add must_pass_va_arg_in_stack
This patch splits out another idiom from the va_arg gimplification
routines, so that there's only one place to update later.
2019-08-20 Richard Sandiford <richard.sandiford@arm.com>
gcc/
* calls.h (must_pass_va_arg_in_stack): Declare.
* calls.c (must_pass_va_arg_in_stack): New function.
* config/alpha/alpha.c (alpha_gimplify_va_arg_1): Use it.
* config/sh/sh.c (sh_gimplify_va_arg_expr): Likewise.
* config/stormy16/stormy16.c (xstormy16_gimplify_va_arg_expr):
Likewise.
* config/xtensa/xtensa.c (xtensa_gimplify_va_arg_expr): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/calls.c
trunk/gcc/calls.h
trunk/gcc/config/alpha/alpha.c
trunk/gcc/config/sh/sh.c
trunk/gcc/config/stormy16/stormy16.c
trunk/gcc/config/xtensa/xtensa.c
More information about the Gcc-cvs
mailing list