From: David Edelsohn Date: Sat, 18 Oct 2003 00:22:22 +0000 (+0000) Subject: * doc/invoke.texi (gcse-las): Fix typo. X-Git-Tag: releases/gcc-3.4.0~2929 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2206e783591ea731219d2107a660ccbd3391a65c;p=thirdparty%2Fgcc.git * doc/invoke.texi (gcse-las): Fix typo. From-SVN: r72631 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8901b07bcfc4..0ec3b8f1e12a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-10-17 David Edelsohn + + * doc/invoke.texi (gcse-las): Fix typo. + 2003-10-17 Andrew Pinski * doc/install.texi: Remove first part of the sentence for diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c8398386701e..e42911eea78a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -4008,7 +4008,7 @@ Enabled by default when gcse is enabled. @opindex fgcse-las When @option{-fgcse-las} is enabled, the global common subexpression elimination pass eliminates redundant loads that come after stores to the -same memory location (both partial and full redundacies). +same memory location (both partial and full redundancies). Enabled by default when gcse is enabled.