From ca7d451d985b31a0b593b50115971e70ae0767da Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 15 Apr 2021 14:50:04 +0200 Subject: [PATCH] docs: remove itemx for a param gcc/ChangeLog: * doc/invoke.texi: Other params don't use it, remove it. --- gcc/doc/invoke.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 175512464779..096cebc85624 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -13049,7 +13049,6 @@ also use other heuristics to decide whether if-conversion is likely to be profitable. @item max-rtl-if-conversion-predictable-cost -@itemx max-rtl-if-conversion-unpredictable-cost RTL if-conversion will try to remove conditional branches around a block and replace them with conditionally executed instructions. These parameters give the maximum permissible cost for the sequence that would be generated -- 2.47.2