* doc/passes.texi: Fix typo.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Fri, 24 Jan 2003 16:43:40 +0000 (16:43 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Fri, 24 Jan 2003 16:43:40 +0000 (16:43 +0000)
From-SVN: r61708

gcc/ChangeLog
gcc/doc/passes.texi

index 9215c85461b462c1325c42ddf838d0213157a2be..3684fa588bdd8a71ef1979124cc8fc158ed761fe 100644 (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.
index fe0fc2e086b3342f6e8fb28cdff2520de9d0ffee..4d475d3089321cfd23f513d57beb610439971494 100644 (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