aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorUros Bizjak <uros@gcc.gnu.org>2006-11-17 07:50:45 +0100
committerUros Bizjak <uros@gcc.gnu.org>2006-11-17 07:50:45 +0100
commit3e0a5abd2145b2302d4f3515bbb2e051becdea7b (patch)
treefd58e9c683833ad9232e7624f6546384a68539f5 /gcc
parent80c85ca2871defbcb6e6c03e27b15d7b6432c535 (diff)
downloadgcc-3e0a5abd2145b2302d4f3515bbb2e051becdea7b.zip
gcc-3e0a5abd2145b2302d4f3515bbb2e051becdea7b.tar.gz
gcc-3e0a5abd2145b2302d4f3515bbb2e051becdea7b.tar.bz2
i386.c (ix86_function_sseregparm): Missing comment update.
* config/i386/i386.c (ix86_function_sseregparm): Missing comment update. From-SVN: r118918
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 4546f4d..0946848 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)