]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
invoke.texi (Optimize Options): Stop claiming inlining and loop unrolling do not...
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 12 Feb 2009 10:57:59 +0000 (10:57 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Thu, 12 Feb 2009 10:57:59 +0000 (10:57 +0000)
* doc/invoke.texi (Optimize Options): Stop claiming inlining and
loop unrolling do not happen at -O2.

From-SVN: r144123

gcc/ChangeLog
gcc/doc/invoke.texi

index 2ad904d0d65377fd8b5e51003789b1777fd6d15c..d0f7127ee23d0b9be49d75b8dffa9064b4fe8f66 100644 (file)
@@ -1,3 +1,8 @@
+2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * doc/invoke.texi (Optimize Options): Stop claiming inlining and
+       loop unrolling do not happen at -O2.
+
 2009-02-12  Michael Matz  <matz@suse.de>
 
        * gcc.c (ASM_DEBUG_SPEC): Check for -g0.
index fb6739080ccb15725a8d3542a5003782484e8b96..46801ea3504c35e152bf3b3782672e9ab4883f31 100644 (file)
@@ -5352,8 +5352,7 @@ where doing so does not interfere with debugging.
 @item -O2
 @opindex O2
 Optimize even more.  GCC performs nearly all supported optimizations
-that do not involve a space-speed tradeoff.  The compiler does not
-perform loop unrolling or function inlining when you specify @option{-O2}.
+that do not involve a space-speed tradeoff.
 As compared to @option{-O}, this option increases both compilation time
 and the performance of the generated code.