From d096936ca209de4adffbe8eb2f8b5a9f5af00be1 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 19 Aug 2004 18:56:12 +0000 Subject: [PATCH] Fix comment typo in last delta. From-SVN: r86261 --- gcc/config/mips/mips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 29bee9c7bcd..1b7a2b75a36 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 -- 2.30.2