Add forgotten documentation of param ipa-cp-recursive-freq-factor

Message ID ri6pms73gid.fsf@suse.cz
State Committed
Commit aa62b199f174064d7ffa5d018e7779f5575f7be9
Headers
Series Add forgotten documentation of param ipa-cp-recursive-freq-factor |

Commit Message

Martin Jambor Oct. 14, 2021, 1:03 p.m. UTC
  Hi,

Martin Liška has noticed that I forgot to document the recently added
parameter in the invoke.texi documentation.  This patch fixes it.

Tested by running make info and make pdf and examining the output.

OK for trunk?

Thanks,

Martin


gcc/ChangeLog:

2021-10-14  Martin Jambor  <mjambor@suse.cz>

	* doc/invoke.texi (Optimize Options): Add entry for
	ipa-cp-recursive-freq-factor.
---
 gcc/doc/invoke.texi | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Martin Liška Oct. 14, 2021, 1:09 p.m. UTC | #1
On 10/14/21 15:03, Martin Jambor wrote:
> |OK for trunk?|

Please push it as obvious.

Martin
  

Patch

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 03234c887dc..64347b1ceba 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -14246,6 +14246,10 @@  Maximum depth of recursive cloning for self-recursive function.
 Recursive cloning only when the probability of call being executed exceeds
 the parameter.
 
+@item ipa-cp-recursive-freq-factor
+The number of times interprocedural copy propagation expects recursive
+functions to call themselves.
+
 @item ipa-cp-recursion-penalty
 Percentage penalty the recursive functions will receive when they
 are evaluated for cloning.