aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2009-02-12 10:57:59 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2009-02-12 10:57:59 +0000
commit28c11eb39b17d2c0a9eca41e69af9777ee8cdd60 (patch)
tree6ce4a6f45a2825e959cdd2a0b0c240363873c7f5 /gcc/doc
parentc7b94907e4fe89aed97cc5f9ffcbe56696d72923 (diff)
downloadgcc-28c11eb39b17d2c0a9eca41e69af9777ee8cdd60.zip
gcc-28c11eb39b17d2c0a9eca41e69af9777ee8cdd60.tar.gz
gcc-28c11eb39b17d2c0a9eca41e69af9777ee8cdd60.tar.bz2
invoke.texi (Optimize Options): Stop claiming inlining and loop unrolling do not happen at -O2.
* doc/invoke.texi (Optimize Options): Stop claiming inlining and loop unrolling do not happen at -O2. From-SVN: r144123
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index fb67390..46801ea 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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.