md.texi (Standard Pattern Names For Generation): Fix swapped sine and cosine operands...
authorOleg Endo <olegendo@gcc.gnu.org>
Mon, 12 Nov 2012 00:50:11 +0000 (00:50 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Mon, 12 Nov 2012 00:50:11 +0000 (00:50 +0000)
* doc/md.texi (Standard Pattern Names For Generation): Fix swapped
sine and cosine operands in the sincos description.

From-SVN: r193424

gcc/ChangeLog
gcc/doc/md.texi

index 197ebd4266f801e3d6a92263f41998b30cbdc60f..912445174191a6ac1a191269599aa273f26d0a08 100644 (file)
@@ -1,3 +1,8 @@
+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
index 68b530dd33ba07cbe8f494113f5e679e98493f82..eb6ba9130d03b904f0a290f19b129c6539b2c018 100644 (file)
@@ -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