mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-14 09:09:32 +08:00
docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS
gcc/ChangeLog: * doc/loop.texi: Refer to LOOPS_HAVE_RECORDED_EXITS instead.
This commit is contained in:
parent
0f82c0ea8d
commit
5eb9f117a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user