mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 00:01:10 +08:00
Fix -fcrossjumping doc bug.
* doc/invoke.texi (-fcrossjumping): Not enabled at -O. From-SVN: r89561
This commit is contained in:
parent
535dd32006
commit
5307127042
gcc
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user