public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1861] docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS
@ 2022-07-27 14:22 Andrew Carlotti
  0 siblings, 0 replies; only message in thread
From: Andrew Carlotti @ 2022-07-27 14:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5eb9f117a361538834b9740d59219911680717d1

commit r13-1861-g5eb9f117a361538834b9740d59219911680717d1
Author: Andrew Carlotti <andrew.carlotti@arm.com>
Date:   Wed Jul 27 15:11:51 2022 +0100

    docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS
    
    gcc/ChangeLog:
    
            * doc/loop.texi: Refer to LOOPS_HAVE_RECORDED_EXITS instead.

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

diff --git a/gcc/doc/loop.texi b/gcc/doc/loop.texi
index d7b71a24dbf..6e8657a074d 100644
--- a/gcc/doc/loop.texi
+++ b/gcc/doc/loop.texi
@@ -210,7 +210,7 @@ loop in depth-first search order in reversed CFG, ordered by dominance
 relation, and breath-first search order, respectively.
 @item @code{single_exit}: Returns the single exit edge of the loop, or
 @code{NULL} if the loop has more than one exit.  You can only use this
-function if LOOPS_HAVE_MARKED_SINGLE_EXITS property is used.
+function if @code{LOOPS_HAVE_RECORDED_EXITS} is used.
 @item @code{get_loop_exit_edges}: Enumerates the exit edges of a loop.
 @item @code{just_once_each_iteration_p}: Returns true if the basic block
 is executed exactly once during each iteration of a loop (that is, it


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

only message in thread, other threads:[~2022-07-27 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-27 14:22 [gcc r13-1861] docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS Andrew Carlotti

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).