Commit 3e0a5abd by Uros Bizjak

i386.c (ix86_function_sseregparm): Missing comment update.

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

From-SVN: r118918
parent 80c85ca2
...@@ -2679,10 +2679,10 @@ ix86_function_x87regparm (tree type, tree decl) ...@@ -2679,10 +2679,10 @@ ix86_function_x87regparm (tree type, tree decl)
return 0; return 0;
} }
/* Return 1 or 2, if we can pass up to 8 SFmode (1) and DFmode (2) arguments /* Return 1 or 2, if we can pass up to SSE_REGPARM_MAX SFmode (1) and
in SSE registers for a function with the indicated TYPE and DECL. DFmode (2) arguments in SSE registers for a function with the
DECL may be NULL when calling function indirectly indicated TYPE and DECL. DECL may be NULL when calling function
or considering a libcall. Otherwise return 0. */ indirectly or considering a libcall. Otherwise return 0. */
static int static int
ix86_function_sseregparm (tree type, tree decl) ix86_function_sseregparm (tree type, tree decl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment