aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2012-11-12 00:50:11 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2012-11-12 00:50:11 +0000
commit6ba9e4013545a8af604d49f59a33fd53848e94a0 (patch)
treea149e0dd9b2d996969ad4082bfaccd5f8f02a017 /gcc
parentdfa228f0287f73c1496e5b79edab171413801051 (diff)
downloadgcc-6ba9e4013545a8af604d49f59a33fd53848e94a0.zip
gcc-6ba9e4013545a8af604d49f59a33fd53848e94a0.tar.gz
gcc-6ba9e4013545a8af604d49f59a33fd53848e94a0.tar.bz2
md.texi (Standard Pattern Names For Generation): Fix swapped sine and cosine operands in the sincos description.
* doc/md.texi (Standard Pattern Names For Generation): Fix swapped sine and cosine operands in the sincos description. From-SVN: r193424
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/md.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 197ebd4..9124451 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2012-11-12 Oleg Endo <olegendo@gcc.gnu.org>
+ * doc/md.texi (Standard Pattern Names For Generation): Fix swapped
+ sine and cosine operands in the sincos description.
+
+2012-11-12 Oleg Endo <olegendo@gcc.gnu.org>
+
PR target/53512
* config/sh/sh.md (sincossf3): Fix swapped sin and cos operands.
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 68b530d..eb6ba91 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -4884,7 +4884,7 @@ type @code{float}.
@cindex @code{sincos@var{m}3} instruction pattern
@item @samp{sincos@var{m}3}
-Store the sine of operand 2 into operand 0 and the cosine of
+Store the cosine of operand 2 into operand 0 and the sine of
operand 2 into operand 1.
The @code{sin} and @code{cos} built-in functions of C always use the