Fix -fcrossjumping doc bug.

* doc/invoke.texi (-fcrossjumping): Not enabled at -O.

From-SVN: r89561
This commit is contained in:
James E Wilson 2004-10-25 22:50:07 +00:00 committed by Jim Wilson
parent 535dd32006
commit 5307127042
2 changed files with 5 additions and 1 deletions

View 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

View 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