From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7890) id 579A33857B86; Wed, 27 Jul 2022 14:22:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 579A33857B86 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Andrew Carlotti To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1861] docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS X-Act-Checkin: gcc X-Git-Author: Andrew Carlotti X-Git-Refname: refs/heads/master X-Git-Oldrev: 0f82c0ea8d86ee3bb404c460a04ff2ccfb56d2a0 X-Git-Newrev: 5eb9f117a361538834b9740d59219911680717d1 Message-Id: <20220727142230.579A33857B86@sourceware.org> Date: Wed, 27 Jul 2022 14:22:30 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2022 14:22:30 -0000 https://gcc.gnu.org/g:5eb9f117a361538834b9740d59219911680717d1 commit r13-1861-g5eb9f117a361538834b9740d59219911680717d1 Author: Andrew Carlotti 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