aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>2003-01-24 16:43:40 +0000
committerVolker Reichelt <reichelt@gcc.gnu.org>2003-01-24 16:43:40 +0000
commit70b9185438f2d72a6aa536e67e1b8ebc49e80990 (patch)
tree62e6949faa33a3417f088ce28e84f1eb62e0d7c1
parentb8089d8d6c77954a47135004d4a0e80f15d681f3 (diff)
downloadgcc-70b9185438f2d72a6aa536e67e1b8ebc49e80990.zip
gcc-70b9185438f2d72a6aa536e67e1b8ebc49e80990.tar.gz
gcc-70b9185438f2d72a6aa536e67e1b8ebc49e80990.tar.bz2
* doc/passes.texi: Fix typo.
From-SVN: r61708
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/passes.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 9215c85..3684fa5 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 fe0fc2e..4d475d3 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