aboutsummaryrefslogtreecommitdiff
path: root/gcc/calls.c
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-09-15 17:21:35 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1999-09-15 17:21:35 +0000
commit19832c7774e145cd1e545d1fb322d9397ffa17bc (patch)
tree028193b2d6284162a3a403d4a102ccff8fa34296 /gcc/calls.c
parent640e1822bce00ad625e6edb6cd9ff410ee50f425 (diff)
downloadgcc-19832c7774e145cd1e545d1fb322d9397ffa17bc.zip
gcc-19832c7774e145cd1e545d1fb322d9397ffa17bc.tar.gz
gcc-19832c7774e145cd1e545d1fb322d9397ffa17bc.tar.bz2
calls.c (precompute_arguments): Fix typo in comment.
* calls.c (precompute_arguments): Fix typo in comment. * expr.c (preexpand_calls): Don't preexpand the cleanup in a TARGET_EXPR. From-SVN: r29438
Diffstat (limited to 'gcc/calls.c')
-rw-r--r--gcc/calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c
index bc1e2a7..6a36ef0 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -1199,7 +1199,7 @@ compute_argument_block_size (reg_parm_stack_space, args_size)
return unadjusted_args_size;
}
-/* Precompute parameters has needed for a function call.
+/* Precompute parameters as needed for a function call.
IS_CONST indicates the target function is a pure function.