From 3e0a5abd2145b2302d4f3515bbb2e051becdea7b Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Fri, 17 Nov 2006 07:50:45 +0100 Subject: [PATCH] i386.c (ix86_function_sseregparm): Missing comment update. * config/i386/i386.c (ix86_function_sseregparm): Missing comment update. From-SVN: r118918 --- gcc/config/i386/i386.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 4546f4d2b3e..0946848ec9f 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -2679,10 +2679,10 @@ ix86_function_x87regparm (tree type, tree decl) return 0; } -/* Return 1 or 2, if we can pass up to 8 SFmode (1) and DFmode (2) arguments - in SSE registers for a function with the indicated TYPE and DECL. - DECL may be NULL when calling function indirectly - or considering a libcall. Otherwise return 0. */ +/* Return 1 or 2, if we can pass up to SSE_REGPARM_MAX SFmode (1) and + DFmode (2) arguments in SSE registers for a function with the + indicated TYPE and DECL. DECL may be NULL when calling function + indirectly or considering a libcall. Otherwise return 0. */ static int ix86_function_sseregparm (tree type, tree decl)