Commit 53071270 by James E Wilson Committed by Jim Wilson

Fix -fcrossjumping doc bug.

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

From-SVN: r89561
parent 535dd320
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment