From 70b9185438f2d72a6aa536e67e1b8ebc49e80990 Mon Sep 17 00:00:00 2001 From: Volker Reichelt Date: Fri, 24 Jan 2003 16:43:40 +0000 Subject: [PATCH] * doc/passes.texi: Fix typo. From-SVN: r61708 --- gcc/ChangeLog | 4 ++++ gcc/doc/passes.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * doc/passes.texi: Fix typo. + 2003-01-24 Andreas Schwab * 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