Fix -fcrossjumping doc bug.
authorJames E Wilson <wilson@specifixinc.com>
Mon, 25 Oct 2004 22:50:07 +0000 (22:50 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 25 Oct 2004 22:50:07 +0000 (15:50 -0700)
* doc/invoke.texi (-fcrossjumping): Not enabled at -O.

From-SVN: r89561

gcc/ChangeLog
gcc/doc/invoke.texi

index 001043dea99e764912eaf168fb1efbfb3aacb2ce..60146201490024587c2485e8f014fb56598919ee 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-25  James E Wilson  <wilson@specifixinc.com>
+
+       * doc/invoke.texi (-fcrossjumping): Not enabled at -O.
+
 2004-10-25  Joseph S. Myers  <jsm@polyomino.org.uk>
 
        PR c/16667
index a2b0d83df0cbbb73904f8089b6f98f7dd7c292eb..990b83c64ef8c8a72da27bb4bc9d9b2ae1477226 100644 (file)
@@ -4457,7 +4457,7 @@ by separate flags.
 Perform cross-jumping transformation. This transformation unifies equivalent code and save code size. The
 resulting code may or may not perform better than without cross-jumping.
 
-Enabled at levels @option{-O}, @option{-O2}, @option{-O3}, @option{-Os}.
+Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}.
 
 @item -fif-conversion
 @opindex if-conversion