* function.c (current_function_outgoing_args_size): Update comment.
authorPer Bothner <bothner@gcc.gnu.org>
Mon, 17 Oct 1994 23:09:35 +0000 (16:09 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Mon, 17 Oct 1994 23:09:35 +0000 (16:09 -0700)
From-SVN: r8291

gcc/function.c

index b0d76ecb740e982f5d22c7e13644be27a4eac261..2024933eb32e314f52cf85d45d5bc06973eed732 100644 (file)
@@ -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;