invoke.texi ([-funroll-loops], [...]): Remove duplicate option listings.
authorSandra Loosemore <sandra@codesourcery.com>
Sun, 18 Jan 2015 03:19:58 +0000 (22:19 -0500)
committerSandra Loosemore <sandra@gcc.gnu.org>
Sun, 18 Jan 2015 03:19:58 +0000 (22:19 -0500)
2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>

gcc/
* doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
Remove duplicate option listings.

From-SVN: r219813

gcc/ChangeLog
gcc/doc/invoke.texi

index ca035f97c747d6c5041815bef4d7ff20acbe976b..bbf60d69f2ef2821a3d502786f5758d77d0675c1 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-18  Sandra Loosemore  <sandra@codesourcery.com>
+
+       * doc/invoke.texi ([-funroll-loops], [-funroll-all-loops]):
+       Remove duplicate option listings.
+
 2015-01-18  Felix Yang  <felix.yang@huawei.com>
 
        * auto-profile.c (afdo_find_equiv_class): Remove unnecessary test.
index 3046bec5ba9320f62f0aac2d50082502f69ab86e..a915f7be52d9c38fac29b5e7cd6629d977eb7ec3 100644 (file)
@@ -8727,20 +8727,6 @@ enabled by default at @option{-O2} and higher.  Null pointer check
 elimination is only done if @option{-fdelete-null-pointer-checks} is
 enabled.
 
-@item -funroll-loops
-@opindex funroll-loops
-Unroll loops whose number of iterations can be determined at compile
-time or upon entry to the loop.  @option{-funroll-loops} implies
-@option{-frerun-cse-after-loop}.  This option makes code larger,
-and may or may not make it run faster.
-
-@item -funroll-all-loops
-@opindex funroll-all-loops
-Unroll all loops, even if their number of iterations is uncertain when
-the loop is entered.  This usually makes programs run more slowly.
-@option{-funroll-all-loops} implies the same options as
-@option{-funroll-loops},
-
 @item -fsplit-ivs-in-unroller
 @opindex fsplit-ivs-in-unroller
 Enables expression of values of induction variables in later iterations