Commit d203738b by Geoffrey Keating Committed by Geoffrey Keating

* doc/invoke.texi (Optimize Options): Correct @option syntax.

From-SVN: r62957
parent c8e5d1af
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.
......
......@@ -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.
......
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