diff mbox series

[pushed] docs: remove duplicate param documentation

Message ID a4b1910b-e951-c479-5155-2465a4a9f761@suse.cz
State New
Headers show
Series [pushed] docs: remove duplicate param documentation | expand

Commit Message

Martin Liška Nov. 22, 2021, 4:38 p.m. UTC
The params are documented twice.

Pushed as obvious.

Martin

gcc/ChangeLog:

	* doc/invoke.texi: Remove duplicate documentation for 3 params.
---
  gcc/doc/invoke.texi | 12 ------------
  1 file changed, 12 deletions(-)
diff mbox series

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 4b1b58318f0..e080b125831 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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.