]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/7448 (Typo in line 289 of "passes.texi" doc page)
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Thu, 23 Jan 2003 09:12:27 +0000 (09:12 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 23 Jan 2003 09:12:27 +0000 (09:12 +0000)
PR other/7448
* doc/passes.texi (fssa-ccp): Remove misplaced line.

From-SVN: r61646

gcc/ChangeLog
gcc/doc/passes.texi

index bacdd39b43207c0b3cd80c61a206fa2c83480651..9234aaddfe7e812b2928e138fe887f699d89e03c 100644 (file)
@@ -1,3 +1,8 @@
+2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR other/7448
+       * doc/passes.texi (fssa-ccp): Remove misplaced line.
+
 2003-01-21  Christian Ehrhardt  <ehrhardt@mathematik.uni-ulm.de>
 
         PR opt/7507
index 6ca5b856550eb1247a8d6465483aad86217be5c9..2a3f381f77549cb6af7ef6fbae371d23cf3d747b 100644 (file)
@@ -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