OSDN Git Service

* doc/passes.texi (Passes): Properly document that we do not
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2003 13:30:30 +0000 (13:30 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Mar 2003 13:30:30 +0000 (13:30 +0000)
perform jump2 any longer; remove command-line option -dJ.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64846 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/passes.texi

index 2d71171..2e6bc1c 100644 (file)
@@ -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
index 15f6433..0de28bb 100644 (file)
@@ -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