From: Oleg Endo Date: Mon, 12 Nov 2012 00:50:11 +0000 (+0000) Subject: md.texi (Standard Pattern Names For Generation): Fix swapped sine and cosine operands... X-Git-Tag: releases/gcc-4.8.0~2081 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ba9e4013545a8af604d49f59a33fd53848e94a0;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 197ebd4266f8..912445174191 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-11-12 Oleg Endo + + * doc/md.texi (Standard Pattern Names For Generation): Fix swapped + sine and cosine operands in the sincos description. + 2012-11-12 Oleg Endo PR target/53512 diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 68b530dd33ba..eb6ba9130d03 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