diff options
author | Martin Liska <mliska@suse.cz> | 2022-11-14 09:27:16 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-11-14 09:27:16 +0100 |
commit | afabc30b78ccf088b5c0c6f17bb17524b4644ce6 (patch) | |
tree | 408e7842c20b33c03ee91c903ee9e68199f1f0ad | |
parent | e7ebdf51ea514ad0b2272ecfa97d6ec72a527e40 (diff) | |
download | gcc-afabc30b78ccf088b5c0c6f17bb17524b4644ce6.zip gcc-afabc30b78ccf088b5c0c6f17bb17524b4644ce6.tar.gz gcc-afabc30b78ccf088b5c0c6f17bb17524b4644ce6.tar.bz2 |
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.
-rw-r--r-- | gcc/doc/gcc/gcc-command-options/machine-dependent-options/x86-options.rst | 6 | ||||
-rw-r--r-- | gcc/doc/gcc/gcc-command-options/option-summary.rst | 3 |
2 files changed, 1 insertions, 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 5e18fd7..6f015e9 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 02898fb..b90b660 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* |