From afabc30b78ccf088b5c0c6f17bb17524b4644ce6 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 14 Nov 2022 09:27:16 +0100 Subject: [PATCH] Partially revert 071e428c24ee8c1ed062597a093708bba29509c9 gcc/ChangeLog: * doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst: Revert. * doc/gcc/gcc-command-options/option-summary.rst: Revert. --- .../machine-dependent-options/x86-options.rst | 6 ------ gcc/doc/gcc/gcc-command-options/option-summary.rst | 3 +-- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/gcc/doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst b/gcc/doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst index 5e18fd77f870..6f015e9e96a3 100644 --- a/gcc/doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst +++ b/gcc/doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst @@ -1614,9 +1614,3 @@ on x86-64 processors in 64-bit environments. .. option:: -mdirect-extern-access Default setting; overrides :option:`-mno-direct-extern-access`. - -.. option:: -munroll-only-small-loops - Controls conservative small loop unrolling. It is default enbaled by - O2, and unrolls loop with less than 4 insns by 1 time. Explicit - -f[no-]unroll-[all-]loops would disable this flag to avoid any - unintended unrolling behavior that user does not want. diff --git a/gcc/doc/gcc/gcc-command-options/option-summary.rst b/gcc/doc/gcc/gcc-command-options/option-summary.rst index 02898fb65cd5..b90b6600d700 100644 --- a/gcc/doc/gcc/gcc-command-options/option-summary.rst +++ b/gcc/doc/gcc/gcc-command-options/option-summary.rst @@ -1490,8 +1490,7 @@ in the following sections. :option:`-mgeneral-regs-only` :option:`-mcall-ms2sysv-xlogues` :option:`-mrelax-cmpxchg-loop` |gol| :option:`-mindirect-branch=choice` :option:`-mfunction-return=choice` |gol| :option:`-mindirect-branch-register` :option:`-mharden-sls=choice` |gol| - :option:`-mindirect-branch-cs-prefix` :option:`-mneeded` :option:`-mno-direct-extern-access` |gol| - :option:`-munroll-only-small-loops` + :option:`-mindirect-branch-cs-prefix` :option:`-mneeded` :option:`-mno-direct-extern-access` *x86 Windows Options* -- 2.47.2