diff options
author | Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> | 2003-03-25 14:30:30 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-03-25 13:30:30 +0000 |
commit | d6d05f8d8082eb5813fec0284ee6a723d85233ea (patch) | |
tree | 1ec01fd25975292fd01d895c95550c5aa9539c1e | |
parent | a62abb91257e37394607041104b47ed5d9b4baed (diff) | |
download | gcc-d6d05f8d8082eb5813fec0284ee6a723d85233ea.zip gcc-d6d05f8d8082eb5813fec0284ee6a723d85233ea.tar.gz gcc-d6d05f8d8082eb5813fec0284ee6a723d85233ea.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 11 |
2 files changed, 5 insertions, 11 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d71171..2e6bc1cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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> PR optimization/8746 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 15f6433..0de28bb 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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 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 scheduling, delayed branch @item |