From: Steven Bosscher Date: Thu, 2 Jan 2003 10:30:43 +0000 (+0100) Subject: * doc/passes.texi: Fix documentation for -fssa-ccp X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=96c4e780387585a8afccc8a93f0e01f9e1032430;p=gcc.git * doc/passes.texi: Fix documentation for -fssa-ccp From-SVN: r60782 --- 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 + + * doc/passes.texi: Fix documentation for -fssa-ccp + 2003-01-02 Neil Booth * 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