* doc/invoke.texi (Optimize Options): Document that -funswitch-loops
is enabled at -O3.
From-SVN: r102732
+2005-08-04 Eric Botcazou <ebotcazou@adacore.com>
+
+ * doc/invoke.texi (Optimize Options): Document that -funswitch-loops
+ is enabled at -O3.
+
2005-08-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/21723
@opindex O3
Optimize yet more. @option{-O3} turns on all optimizations specified by
@option{-O2} and also turns on the @option{-finline-functions},
-@option{-fweb} and @option{-frename-registers} options.
+@option{-fweb}, @option{-frename-registers} and @option{-funswitch-loops}
+options.
@item -O0
@opindex O0