Commit d6d05f8d by Gerald Pfeifer Committed by Gerald Pfeifer

passes.texi (Passes): Properly document that we do not perform jump2 any longer...

	* doc/passes.texi (Passes): Properly document that we do not
	perform jump2 any longer; remove command-line option -dJ.

From-SVN: r64846
parent a62abb91
2003-03-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* doc/passes.texi (Passes): Properly document that we do not
perform jump2 any longer; remove command-line option -dJ.
2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr> 2003-03-25 Eric Botcazou <ebotcazou@libertysurf.fr>
PR optimization/8746 PR optimization/8746
......
...@@ -542,17 +542,6 @@ The option @option{-dB} causes a debugging dump of the RTL code after ...@@ -542,17 +542,6 @@ The option @option{-dB} causes a debugging dump of the RTL code after
this pass. This dump file's name is made by appending @samp{.bbro} to this pass. This dump file's name is made by appending @samp{.bbro} to
the input file name. the input file name.
@cindex cross-jumping
@cindex no-op move instructions
@item
Jump optimization is repeated, this time including cross-jumping
and deletion of no-op move instructions.
@opindex dJ
The option @option{-dJ} causes a debugging dump of the RTL code after
this pass. This dump file's name is made by appending @samp{.jump2}
to the input file name.
@cindex delayed branch scheduling @cindex delayed branch scheduling
@cindex scheduling, delayed branch @cindex scheduling, delayed branch
@item @item
......
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