diff options
Diffstat (limited to 'gcc')
-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 125b44623e3..b7c8312c770 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 51d3722dc15..c47433eccfc 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 |