summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-16 01:11:41 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-16 01:11:41 +0000
commit214502e17db090d00b03cc8c4fea136ce36d2571 (patch)
treee0a56f1d0e2103e58d4fe2cd400c1fdd48501568
parentc0e5028f7035ff425a16c77c6cd890e946d169d4 (diff)
downloadppe42-gcc-214502e17db090d00b03cc8c4fea136ce36d2571.tar.gz
ppe42-gcc-214502e17db090d00b03cc8c4fea136ce36d2571.zip
* doc/invoke.texi (Optimize Options): Correct @option syntax.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62957 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/invoke.texi2
2 files changed, 5 insertions, 1 deletions
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 <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.
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.
OpenPOWER on IntegriCloud