From: Volker Reichelt Date: Fri, 24 Jan 2003 16:49:10 +0000 (+0000) Subject: * doc/passes.texi: Fix typo. X-Git-Tag: releases/gcc-3.2.2~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d479aab655d59e15af40379558eed943bd8ee08;p=thirdparty%2Fgcc.git * doc/passes.texi: Fix typo. From-SVN: r61710 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 576d3cad7207..04f8869e021e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-01-24 Volker Reichelt + + * doc/passes.texi: Fix typo. + 2003-01-24 John David Anglin * pa.md (call_internal_reg, call_value_internal_reg): If TARGET_GAS and diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 2a3f381f7754..6b41544ebba4 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -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