Commit 96c4e780 by Steven Bosscher Committed by Gerald Pfeifer

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

From-SVN: r60782
parent 27c687cc
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> 2003-01-02 Neil Booth <neil@daikokuya.co.uk>
* gccbug.in: Update for new categories. * gccbug.in: Update for new categories.
......
...@@ -286,7 +286,6 @@ the input file name. ...@@ -286,7 +286,6 @@ the input file name.
@opindex fssa-ccp @opindex fssa-ccp
@item @item
SSA Conditional Constant Propagation. Turned on by the @option{-fssa-ccp} 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 option. This pass performs conditional constant propagation to simplify
instructions including conditional branches. This pass is more aggressive instructions including conditional branches. This pass is more aggressive
than the constant propagation done by the CSE and GCSE pases, but operates than the constant propagation done by the CSE and GCSE pases, but operates
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment