* doc/passes.texi: Fix typo.

From-SVN: r61708
This commit is contained in:
Volker Reichelt 2003-01-24 16:43:40 +00:00 committed by Volker Reichelt
parent b8089d8d6c
commit 70b9185438
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* doc/passes.texi: Fix typo.
2003-01-24 Andreas Schwab <schwab@suse.de>
* stor-layout.c (excess_unit_span): Only define if used.

View File

@ -256,7 +256,7 @@ the input file name.
SSA Conditional Constant Propagation. Turned on by the @option{-fssa-ccp}
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
than the constant propagation done by the CSE and GCSE passes, but operates
in linear time.
@opindex dW