diff options
author | Richard Biener <rguenther@suse.de> | 2022-08-16 09:51:16 +0200 |
---|---|---|
committer | Richard Biener <rguenther@suse.de> | 2022-08-16 09:52:57 +0200 |
commit | 0d9a0bf7cee738049d3f21b18e48a67123808674 (patch) | |
tree | 9bdd90deee897f8da54b5a8cb48f2599fd92ae39 /gcc | |
parent | 3f1c2f89f6b8b8d23a9072f8549b0a2c1de06b03 (diff) | |
download | gcc-0d9a0bf7cee738049d3f21b18e48a67123808674.zip gcc-0d9a0bf7cee738049d3f21b18e48a67123808674.tar.gz gcc-0d9a0bf7cee738049d3f21b18e48a67123808674.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b264ae2..1ac81ad 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 |