* doc/passes.texi: Fix documentation for -fssa-ccp
authorSteven Bosscher <s.bosscher@student.tudelft.nl>
Thu, 2 Jan 2003 10:30:43 +0000 (11:30 +0100)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 2 Jan 2003 10:30:43 +0000 (10:30 +0000)
From-SVN: r60782

gcc/ChangeLog
gcc/doc/passes.texi

index 125b44623e37106d40787a9856abf1f3d8913882..b7c8312c770423d301465e74d20179b2af049770 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-02  Steven Bosscher  <s.bosscher@student.tudelft.nl>
+
+       * doc/passes.texi: Fix documentation for -fssa-ccp
+
 2003-01-02  Neil Booth  <neil@daikokuya.co.uk>
 
        * gccbug.in: Update for new categories.
index 51d3722dc15f01b553b83586ef818b0002897936..c47433eccfcff518236aefdfe96b2f93f28c7332 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 propagation done by the CSE and GCSE pases, but operates