public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-641] arc: Fix documentation __builtin_arc_sr
@ 2021-05-10  6:33 Claudiu Zissulescu
  0 siblings, 0 replies; only message in thread
From: Claudiu Zissulescu @ 2021-05-10  6:33 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:56ab318214ef21e6c2a1b5e420e418e188386f04

commit r12-641-g56ab318214ef21e6c2a1b5e420e418e188386f04
Author: Claudiu Zissulescu <claziss@synopsys.com>
Date:   Mon May 10 09:03:41 2021 +0300

    arc: Fix documentation __builtin_arc_sr
    
    The arguments of __builtin_arc_sr are swapped in documentation. Fix it.
    
    gcc/
    2021-05-10  Claudiu Zissulescu  <claziss@synopsys.com>
    
            * doc/extend.texi (__builtin_arc_sr): Swap arguments.
    
    Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>

Diff:
---
 gcc/doc/extend.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index fd9175d1b3b..826804e6149 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -14709,12 +14709,12 @@ sleep  @var{a}
 @end example
 @end deftypefn
 
-@deftypefn {Built-in Function}  void __builtin_arc_sr (unsigned int @var{auxr}, unsigned int @var{val})
-The first argument, @var{auxv}, is the address of an auxiliary
-register, the second argument, @var{val}, is a compile time constant
-to be written to the register.  Generates:
+@deftypefn {Built-in Function}  void __builtin_arc_sr (unsigned int @var{val}, unsigned int @var{auxr})
+The first argument, @var{val}, is a compile time constant to be
+written to the register, the second argument, @var{auxr}, is the
+address of an auxiliary register.  Generates:
 @example
-sr  @var{auxr}, [@var{val}]
+sr  @var{val}, [@var{auxr}]
 @end example
 @end deftypefn


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-10  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-10  6:33 [gcc r12-641] arc: Fix documentation __builtin_arc_sr Claudiu Zissulescu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).