public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Martin Liska <marxin@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc(refs/users/marxin/heads/revert-sphinx-v2)] Revert "docs: Add missing variable name in example"
Date: Mon, 14 Nov 2022 03:05:16 +0000 (GMT)	[thread overview]
Message-ID: <20221114030516.4A40B38357B0@sourceware.org> (raw)

https://gcc.gnu.org/g:d1a30365443668ac7a19fe27399bfa6af83cad61

commit d1a30365443668ac7a19fe27399bfa6af83cad61
Author: Martin Liska <mliska@suse.cz>
Date:   Sun Nov 13 21:56:34 2022 +0100

    Revert "docs: Add missing variable name in example"
    
    This reverts commit d8c105810285ad97e8af31a328c8a75d4adc5a19.

Diff:
---
 .../gccint/analysis-and-optimization-of-gimple-tuples/ssa-operands.rst  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/gccint/analysis-and-optimization-of-gimple-tuples/ssa-operands.rst b/gcc/doc/gccint/analysis-and-optimization-of-gimple-tuples/ssa-operands.rst
index eaec2f96c2e..1dd7c86e835 100644
--- a/gcc/doc/gccint/analysis-and-optimization-of-gimple-tuples/ssa-operands.rst
+++ b/gcc/doc/gccint/analysis-and-optimization-of-gimple-tuples/ssa-operands.rst
@@ -175,7 +175,7 @@ all the operands for a statement:
   void
   print_ops (tree stmt)
   {
-    ssa_op_iter iter;
+    ssa_op_iter;
     tree var;
 
     FOR_EACH_SSA_TREE_OPERAND (var, stmt, iter, SSA_OP_ALL_OPERANDS)

                 reply	other threads:[~2022-11-14  3: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=20221114030516.4A40B38357B0@sourceware.org \
    --to=marxin@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).