]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: remove duplicate param documentation
authorMartin Liska <mliska@suse.cz>
Mon, 22 Nov 2021 16:37:12 +0000 (17:37 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 22 Nov 2021 16:37:12 +0000 (17:37 +0100)
gcc/ChangeLog:

* doc/invoke.texi: Remove duplicate documentation for 3 params.

gcc/doc/invoke.texi

index 4b1b58318f0cdfeb1cfd6cb336c579db69218f01..e080b12583188d0158907e2d09eaa174e78331f8 100644 (file)
@@ -14709,10 +14709,6 @@ by the RTL if-conversion pass for a branch that is considered unpredictable.
 If @option{-fvariable-expansion-in-unroller} is used, the maximum number
 of times that an individual variable will be expanded during loop unrolling.
 
-@item tracer-min-branch-probability-feedback
-Stop forward growth if the probability of best edge is less than
-this threshold (in percent). Used when profile feedback is available.
-
 @item partial-inlining-entry-probability
 Maximum probability of the entry BB of split region
 (in percent relative to entry BB of the function)
@@ -14762,10 +14758,6 @@ A threshold on the average loop count considered by the swing modulo scheduler.
 The number of cycles the swing modulo scheduler considers when checking
 conflicts using DFA.
 
-@item max-inline-insns-recursive-auto
-The maximum number of instructions non-inline function
-can grow to via recursive inlining.
-
 @item graphite-allow-codegen-errors
 Whether codegen errors should be ICEs when @option{-fchecking}.
 
@@ -14815,10 +14807,6 @@ when comparing to the number of (scaled) blocks.
 Maximum number of nested calls to search for control dependencies
 during uninitialized variable analysis.
 
-@item sra-max-scalarization-size-Osize
-Maximum size, in storage units, of an aggregate
-which should be considered for scalarization when compiling for size.
-
 @item fsm-scale-path-blocks
 Scale factor to apply to the number of blocks in a threading path
 when comparing to the number of (scaled) statements.