From 2d3bc847f10c7da04b618ca6790d2c36edc8aa29 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Thu, 23 Jan 2003 09:12:27 +0000 Subject: [PATCH] re PR other/7448 (Typo in line 289 of "passes.texi" doc page) PR other/7448 * doc/passes.texi (fssa-ccp): Remove misplaced line. From-SVN: r61646 --- gcc/ChangeLog | 5 +++++ gcc/doc/passes.texi | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bacdd39b4320..9234aaddfe7e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-01-23 Volker Reichelt + + PR other/7448 + * doc/passes.texi (fssa-ccp): Remove misplaced line. + 2003-01-21 Christian Ehrhardt PR opt/7507 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 6ca5b856550e..2a3f381f7754 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 propgation done by the CSE and GCSE pases, but operates -- 2.47.2