From 0d9a0bf7cee738049d3f21b18e48a67123808674 Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 16 Aug 2022 09:51:16 +0200 Subject: [PATCH] Adjust max-jump-thread-paths docs The following fixes spelling and changes edge degree for number of incoming edges. * doc/invoke.texi (max-jump-thread-paths): Adjust. --- gcc/doc/invoke.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b264ae28fe6..1ac81ad0bb4 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14852,9 +14852,9 @@ duplicated when threading jumps. @item max-jump-thread-paths The maximum number of paths to consider when searching for jump threading -opportunities. When arriving at a block incoming edges are only considered -if the number of paths to be searched sofar multiplied by the incoming -edge degree does not exhaust the specified maximum number of paths to +opportunities. When arriving at a block, incoming edges are only considered +if the number of paths to be searched so far multiplied by the number of +incoming edges does not exhaust the specified maximum number of paths to consider. @item max-fields-for-field-sensitive -- 2.47.2