From: Volker Reichelt Date: Thu, 23 Jan 2003 09:12:27 +0000 (+0000) Subject: re PR other/7448 (Typo in line 289 of "passes.texi" doc page) X-Git-Tag: releases/gcc-3.2.2~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d3bc847f10c7da04b618ca6790d2c36edc8aa29;p=thirdparty%2Fgcc.git re PR other/7448 (Typo in line 289 of "passes.texi" doc page) PR other/7448 * doc/passes.texi (fssa-ccp): Remove misplaced line. From-SVN: r61646 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bacdd39b4320..9234aaddfe7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Volker Reichelt + + PR other/7448 + * doc/passes.texi (fssa-ccp): Remove misplaced line. + 2003-01-21 Christian Ehrhardt PR opt/7507 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 6ca5b856550e..2a3f381f7754 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -286,7 +286,6 @@ the input file name. @opindex fssa-ccp @item SSA Conditional Constant Propagation. Turned on by the @option{-fssa-ccp} -SSA Aggressive Dead Code Elimination. Turned on by the @option{-fssa-dce} option. This pass performs conditional constant propagation to simplify instructions including conditional branches. This pass is more aggressive than the constant propgation done by the CSE and GCSE pases, but operates