aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2006-11-16 08:30:18 +0100
committerUros Bizjak <uros@gcc.gnu.org>2006-11-16 08:30:18 +0100
commit56829cae9cf564f26d4159f6599c045e71c0a41a (patch)
tree166a18716bb2df62de834e4a683f8be35059330f /gcc/doc/extend.texi
parent96370780ab54d139fcba44fcc63051de6acad09c (diff)
downloadgcc-56829cae9cf564f26d4159f6599c045e71c0a41a.zip
gcc-56829cae9cf564f26d4159f6599c045e71c0a41a.tar.gz
gcc-56829cae9cf564f26d4159f6599c045e71c0a41a.tar.bz2
i386.c (ix86_function_sseregparm): Fix comment: number of arguments passed to local functions in SSE registers is 3.
* config/i386/i386.c (ix86_function_sseregparm): Fix comment: number of arguments passed to local functions in SSE registers is 3. * doc/invoke.texi (Function Attributes) [sseregparm]: Correct number of arguments passed in SSE registers to 3. From-SVN: r118883
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 099e4dd..079bc37 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -2232,7 +2232,7 @@ on the stack.
@item sseregparm
@cindex @code{sseregparm} attribute
On the Intel 386 with SSE support, the @code{sseregparm} attribute
-causes the compiler to pass up to 8 floating point arguments in
+causes the compiler to pass up to 3 floating point arguments in
SSE registers instead of on the stack. Functions that take a
variable number of arguments will continue to pass all of their
floating point arguments on the stack.