]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
i386.c (ix86_function_sseregparm): Missing comment update.
authorUros Bizjak <uros@gcc.gnu.org>
Fri, 17 Nov 2006 06:50:45 +0000 (07:50 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Fri, 17 Nov 2006 06:50:45 +0000 (07:50 +0100)
* config/i386/i386.c (ix86_function_sseregparm): Missing comment update.

From-SVN: r118918

gcc/config/i386/i386.c

index 4546f4d2b3ea5a71d51d2b2ecce7a9787aa916bb..0946848ec9fa03ec1bd7d4305b372f96b70af5c8 100644 (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)