From: Gerald Pfeifer Date: Tue, 25 Mar 2003 14:09:52 +0000 (+0100) Subject: passes.texi (Passes): Properly document that we do not perform jump2 any longer... X-Git-Tag: releases/gcc-3.2.3~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4336673f3b1de845202e150d33be1b82682a5e5;p=thirdparty%2Fgcc.git 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: r64848 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19fddbf94cad..4facc063b519 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Gerald Pfeifer + + * doc/passes.texi (Passes): Properly document that we do not + perform jump2 any longer; remove command-line option -dJ. + 2003-03-25 Eric Botcazou PR optimization/8746 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 1a5f8b010cff..bf5748827e56 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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