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

This reference has been wrong since 2007; committed as an obvious fix.

gcc/ChangeLog:

 * doc/loop.texi: Refer to LOOPS_HAVE_RECORDED_EXITS instead.

diff --git a/gcc/doc/loop.texi b/gcc/doc/loop.texi
index d7b71a24dbfed284b13da702bd5037691a515535..6e8657a074d2447db7ae9b75cbfbb71282b84287 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:23 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:23 [committed] 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).