From: Per Bothner Date: Mon, 17 Oct 1994 23:09:35 +0000 (-0700) Subject: * function.c (current_function_outgoing_args_size): Update comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f733963397617247569a519167d4b7a0ffdde296;p=gcc.git * function.c (current_function_outgoing_args_size): Update comment. From-SVN: r8291 --- diff --git a/gcc/function.c b/gcc/function.c index b0d76ecb740..2024933eb32 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -152,9 +152,8 @@ int current_function_args_size; int current_function_pretend_args_size; -/* # of bytes of outgoing arguments required to be pushed by the prologue. - If this is non-zero, it means that ACCUMULATE_OUTGOING_ARGS was defined - and no stack adjusts will be done on function calls. */ +/* # of bytes of outgoing arguments. If ACCUMULATE_OUTGOING_ARGS is + defined, the needed space is pushed by the prologue. */ int current_function_outgoing_args_size;