Hi.

The param was added by Jakub. Should I mention it in invoke.texi?

Thanks,
Martin

gcc/ChangeLog:

2019-03-05  Martin Liska  <mli...@suse.cz>

        * doc/invoke.texi: Mention logical-op-non-short-circuit
        param.
---
 gcc/doc/invoke.texi | 3 +++
 1 file changed, 3 insertions(+)


diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index df0883f2fc9..d9be34da077 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -12044,6 +12044,9 @@ considered for SLP vectorization.
 @item avoid-fma-max-bits
 Maximum number of bits for which we avoid creating FMAs.
 
+@item logical-op-non-short-circuit
+True if a non-short-circuit operation is optimal.
+
 @item sms-loop-average-count-threshold
 A threshold on the average loop count considered by the swing modulo scheduler.
 

Reply via email to