]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/passes.texi: Fix typo.
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Fri, 24 Jan 2003 16:49:10 +0000 (16:49 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Fri, 24 Jan 2003 16:49:10 +0000 (16:49 +0000)
From-SVN: r61710

gcc/ChangeLog
gcc/doc/passes.texi

index 576d3cad72072d10bd9d474aaace5a29c93620d2..04f8869e021e0c76a27aee7ec8a8bcd55ef06a13 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-24  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       * doc/passes.texi: Fix typo.
+
 2003-01-24  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        * pa.md (call_internal_reg, call_value_internal_reg): If TARGET_GAS and
index 2a3f381f77549cb6af7ef6fbae371d23cf3d747b..6b41544ebba400c3ee911f34211866bfa649067f 100644 (file)
@@ -288,7 +288,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 propgation done by the CSE and GCSE pases, but operates
+than the constant propgation done by the CSE and GCSE passes, but operates
 in linear time.
 
 @opindex dW