public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andrew Carlotti <acarlotti@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-4849] docs: Fix inconsistent example predicate name
Date: Thu, 22 Dec 2022 17:05:33 +0000 (GMT)	[thread overview]
Message-ID: <20221222170533.1CE0C385B50E@sourceware.org> (raw)

https://gcc.gnu.org/g:27afe64c1939ddaab90f730e67243b2495eedd7e

commit r13-4849-g27afe64c1939ddaab90f730e67243b2495eedd7e
Author: Andrew Carlotti <andrew.carlotti@arm.com>
Date:   Fri Dec 16 15:14:35 2022 +0000

    docs: Fix inconsistent example predicate name
    
    It is unclear why the example C function was renamed to
    `commutative_integer_operator` as part of ec8e098d in 2004, while the
    text and the example md were both left as `commutative_operator`. The
    latter name appears to be more accurate, so revert the 2004 change.
    
    gcc/ChangeLog:
    
            * doc/md.texi: Fix inconsistent example name.

Diff:
---
 gcc/doc/md.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 78dc6d72070..cc28f868fc8 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -377,7 +377,7 @@ commutative arithmetic operators of RTL and whose mode is @var{mode}:
 
 @smallexample
 int
-commutative_integer_operator (x, mode)
+commutative_operator (x, mode)
      rtx x;
      machine_mode mode;
 @{

                 reply	other threads:[~2022-12-22 17:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221222170533.1CE0C385B50E@sourceware.org \
    --to=acarlotti@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).