aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@gcc.gnu.org>1994-10-17 16:09:35 -0700
committerPer Bothner <bothner@gcc.gnu.org>1994-10-17 16:09:35 -0700
commitf733963397617247569a519167d4b7a0ffdde296 (patch)
tree61c3235c28d4e0b8eaca3bd5baa23b11e43ad0c2
parent26a258fee2200a11005b24d6d690591d216fba76 (diff)
downloadgcc-f733963397617247569a519167d4b7a0ffdde296.zip
gcc-f733963397617247569a519167d4b7a0ffdde296.tar.gz
gcc-f733963397617247569a519167d4b7a0ffdde296.tar.bz2
* function.c (current_function_outgoing_args_size): Update comment.
From-SVN: r8291
-rw-r--r--gcc/function.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/function.c b/gcc/function.c
index b0d76ec..2024933 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;