diff options
author | Steven Bosscher <s.bosscher@student.tudelft.nl> | 2003-01-02 11:30:43 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2003-01-02 10:30:43 +0000 |
commit | 96c4e780387585a8afccc8a93f0e01f9e1032430 (patch) | |
tree | b896f249ca7e994f757fba664d193148b82aafa4 | |
parent | 27c687cc5b931c763c28394c7172a82eac3951cb (diff) | |
download | gcc-96c4e780387585a8afccc8a93f0e01f9e1032430.zip gcc-96c4e780387585a8afccc8a93f0e01f9e1032430.tar.gz gcc-96c4e780387585a8afccc8a93f0e01f9e1032430.tar.bz2 |
* doc/passes.texi: Fix documentation for -fssa-ccp
From-SVN: r60782
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 125b446..b7c8312 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. 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 |