aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorSteven Bosscher <s.bosscher@student.tudelft.nl>2003-01-02 11:30:43 +0100
committerGerald Pfeifer <gerald@gcc.gnu.org>2003-01-02 10:30:43 +0000
commit96c4e780387585a8afccc8a93f0e01f9e1032430 (patch)
treeb896f249ca7e994f757fba664d193148b82aafa4 /gcc/doc
parent27c687cc5b931c763c28394c7172a82eac3951cb (diff)
downloadgcc-96c4e780387585a8afccc8a93f0e01f9e1032430.zip
gcc-96c4e780387585a8afccc8a93f0e01f9e1032430.tar.gz
gcc-96c4e780387585a8afccc8a93f0e01f9e1032430.tar.bz2
* doc/passes.texi: Fix documentation for -fssa-ccp
From-SVN: r60782
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/passes.texi1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index 51d3722..c47433e 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 propagation done by the CSE and GCSE pases, but operates