diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-08-19 18:56:12 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-08-19 18:56:12 +0000 |
commit | d096936ca209de4adffbe8eb2f8b5a9f5af00be1 (patch) | |
tree | 09e6fa0495d9eac1cd8c62f138c718868fdb5807 /gcc | |
parent | 438c7f23d06a1f2f96385c01db68647357a6acbd (diff) | |
download | gcc-d096936ca209de4adffbe8eb2f8b5a9f5af00be1.zip gcc-d096936ca209de4adffbe8eb2f8b5a9f5af00be1.tar.gz gcc-d096936ca209de4adffbe8eb2f8b5a9f5af00be1.tar.bz2 |
Fix comment typo in last delta.
From-SVN: r86261
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 29bee9c..1b7a2b7 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -3005,7 +3005,7 @@ mips_arg_info (const CUMULATIVE_ARGS *cum, enum machine_mode mode, single "void *" va_list type, since register and stack arguments are passed differently. (At the time of writing, MIPSpro cannot handle complex float varargs correctly.) Second, it's unclear - hat should happen when there is only one register free. + what should happen when there is only one register free. For now, we assume that named complex floats should go into FPRs if there are two FPRs free, otherwise they should be passed in the |