diff options
| author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 16:43:40 +0000 |
|---|---|---|
| committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-24 16:43:40 +0000 |
| commit | d0b7f2fdcbafd571567c6e057de939fc1375e1c9 (patch) | |
| tree | 62e6949faa33a3417f088ce28e84f1eb62e0d7c1 | |
| parent | 9a27f26f1b37f1cb0139a0a7da469dad15f84949 (diff) | |
| download | ppe42-gcc-d0b7f2fdcbafd571567c6e057de939fc1375e1c9.tar.gz ppe42-gcc-d0b7f2fdcbafd571567c6e057de939fc1375e1c9.zip | |
* doc/passes.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61708 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 |

