* doc/invoke.texi (-fcrossjumping): Not enabled at -O.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89561
138bc75d-0d04-0410-961f-
82ee72b054a4
+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
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