diff options
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9215c85461b..3684fa588bd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index fe0fc2e086b..4d475d30893 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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 |