* doc/invoke.texi (Optimize Options): Correct @option syntax.
authorGeoffrey Keating <geoffk@apple.com>
Sun, 16 Feb 2003 01:11:41 +0000 (01:11 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Sun, 16 Feb 2003 01:11:41 +0000 (01:11 +0000)
From-SVN: r62957

gcc/ChangeLog
gcc/doc/invoke.texi

index 1381de22f023934c701210560271c5907a88fecb..152ba528bce826d99ddad8db49ed575092bb0741 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-15  Geoffrey Keating  <geoffk@apple.com>
+
+       * doc/invoke.texi (Optimize Options): Correct @option syntax.
+
 2003-02-15  Richard Henderson  <rth@redhat.com>
 
        * Makefile.in (cfglayout.o): Depend on TARGET_H.
index 0c6f4eb4dd76c256ec8f699d798e8cdaa482a3d3..c57e9d9fccad4cffcc589454241d6a09d61a28e6 100644 (file)
@@ -4348,7 +4348,7 @@ In each case, the @var{value} is an integer.  The allowable choices for
 @table @gcctabopt
 @item max-crossjump-edges
 The maximum number of incoming edges to consider for crossjumping.
-The algorithm used by @option(-fcrossjumping) is @math{O(N^2)} in
+The algorithm used by @option{-fcrossjumping} is @math{O(N^2)} in
 the number of edges incoming to each block.  Increasing values mean
 more aggressive optimization, making the compile time increase with
 probably small improvement in executable size.