]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
passes.texi (Passes): Properly document that we do not perform jump2 any longer...
authorGerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
Tue, 25 Mar 2003 14:09:52 +0000 (15:09 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 25 Mar 2003 14:09:52 +0000 (14:09 +0000)
* doc/passes.texi (Passes): Properly document that we do not
perform jump2 any longer; remove command-line option -dJ.

From-SVN: r64848

gcc/ChangeLog
gcc/doc/passes.texi

index 19fddbf94cadacaf09cbd637bcfa48e0b21c7244..4facc063b519b53d9db91ef56294f5433cbf9835 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 1a5f8b010cff79206f6727f5104b3b4237f72e11..bf5748827e56cc9c826d457de4154b70decc7979 100644 (file)
@@ -531,17 +531,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