invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
authorHost Schirmeier <horst@schirmeier.com>
Wed, 23 Jul 2014 09:42:34 +0000 (09:42 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 23 Jul 2014 09:42:34 +0000 (09:42 +0000)
2014-07-23  Host Schirmeier  <horst@schirmeier.com>

* doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.

From-SVN: r212928

gcc/ChangeLog
gcc/doc/invoke.texi

index 9ed778339807f752e245af10e6642662da120a2d..20eda93e750f6c818c4de060449406ea216b5723 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-23  Host Schirmeier  <horst@schirmeier.com>
+
+       * doc/invoke.texi: -O3 enables -ftree-loop-distribute-patterns.
+
 2014-07-23  Jiong Wang  <jiong.wang@arm.com>
 
        * config/arm/arm.c (arm_get_frame_offsets): If both r3 and other
index fc2d78a055602007e487a1e7740e9592720a4643..c1b37f10be504bec6d5699bc508e87bf3708c273 100644 (file)
@@ -7030,6 +7030,7 @@ Optimize yet more.  @option{-O3} turns on all optimizations specified
 by @option{-O2} and also turns on the @option{-finline-functions},
 @option{-funswitch-loops}, @option{-fpredictive-commoning},
 @option{-fgcse-after-reload}, @option{-ftree-loop-vectorize},
+@option{-ftree-loop-distribute-patterns},
 @option{-ftree-slp-vectorize}, @option{-fvect-cost-model},
 @option{-ftree-partial-pre} and @option{-fipa-cp-clone} options.