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
This commit is contained in:
Volker Reichelt 2003-01-23 09:12:27 +00:00 committed by Volker Reichelt
parent 94f9d8c513
commit 2d3bc847f1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
PR other/7448
* doc/passes.texi (fssa-ccp): Remove misplaced line.
2003-01-21 Christian Ehrhardt <ehrhardt@mathematik.uni-ulm.de>
PR opt/7507

View File

@ -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