diff options
Diffstat (limited to 'gcc/config/fr30/fr30.c')
-rw-r--r-- | gcc/config/fr30/fr30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fr30/fr30.c b/gcc/config/fr30/fr30.c index 55d1154bc4c..7e890346b07 100644 --- a/gcc/config/fr30/fr30.c +++ b/gcc/config/fr30/fr30.c @@ -709,7 +709,7 @@ int fr30_function_arg_partial_nregs (CUMULATIVE_ARGS cum, enum machine_mode mode, tree type, int named) { - /* Unnamed arguments, ie those that are prototyped as ... + /* Unnamed arguments, i.e. those that are prototyped as ... are always passed on the stack. Also check here to see if all the argument registers are full. */ if (named == 0 || cum >= FR30_NUM_ARG_REGS) |