diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index acf46ce..1268375 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -3456,7 +3456,7 @@ assign_parms (fndecl, second_time) ??? When MAYBE_REG_PARM_STACK_SPACE is defined, we can't tell whether this parameter already has a stack slot allocated, because an arg block exists only if current_function_args_size - is larger than some threshhold, and we haven't calculated that + is larger than some threshold, and we haven't calculated that yet. So, for now, we just assume that stack slots never exist in this case. */ || REG_PARM_STACK_SPACE (fndecl) > 0 |