diff options
author | Martin Liska <mliska@suse.cz> | 2021-04-15 14:50:04 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-04-15 14:50:26 +0200 |
commit | ca7d451d985b31a0b593b50115971e70ae0767da (patch) | |
tree | 9568581c595b221d48f63b56a90e4f8dd12d9b12 /gcc | |
parent | 4d1fa72894e3fbc5f331d2e8984e990307396124 (diff) | |
download | gcc-ca7d451d985b31a0b593b50115971e70ae0767da.zip gcc-ca7d451d985b31a0b593b50115971e70ae0767da.tar.gz gcc-ca7d451d985b31a0b593b50115971e70ae0767da.tar.bz2 |
docs: remove itemx for a param
gcc/ChangeLog:
* doc/invoke.texi: Other params don't use it, remove it.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1755124..096cebc 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 |