i386.c (ix86_function_sseregparm): Missing comment update.

* config/i386/i386.c (ix86_function_sseregparm): Missing comment update.

From-SVN: r118918
This commit is contained in:
Uros Bizjak 2006-11-17 07:50:45 +01:00
parent 80c85ca287
commit 3e0a5abd21
1 changed files with 4 additions and 4 deletions

View File

@ -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)