From: Geoffrey Keating Date: Sun, 16 Feb 2003 01:11:41 +0000 (+0000) Subject: * doc/invoke.texi (Optimize Options): Correct @option syntax. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d203738b3a8967e2f096288da68075154c81bcb2;p=gcc.git * doc/invoke.texi (Optimize Options): Correct @option syntax. From-SVN: r62957 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1381de22f02..152ba528bce 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-02-15 Geoffrey Keating + + * doc/invoke.texi (Optimize Options): Correct @option syntax. + 2003-02-15 Richard Henderson * Makefile.in (cfglayout.o): Depend on TARGET_H. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0c6f4eb4dd7..c57e9d9fcca 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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.