* doc/passes.texi: Fix documentation for -fssa-ccp

From-SVN: r60782
This commit is contained in:
Steven Bosscher 2003-01-02 11:30:43 +01:00 committed by Gerald Pfeifer
parent 27c687cc5b
commit 96c4e78038
2 changed files with 4 additions and 1 deletions

View 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.

View 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