diff options
author | David Edelsohn <edelsohn@gnu.org> | 2003-10-18 00:22:22 +0000 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 2003-10-17 20:22:22 -0400 |
commit | 2206e783591ea731219d2107a660ccbd3391a65c (patch) | |
tree | cffdd911108b9d3fedb16cc230c1422147fce577 | |
parent | 66e2911fea7358512eff8e6c1986f4b4b4986709 (diff) | |
download | gcc-2206e783591ea731219d2107a660ccbd3391a65c.zip gcc-2206e783591ea731219d2107a660ccbd3391a65c.tar.gz gcc-2206e783591ea731219d2107a660ccbd3391a65c.tar.bz2 |
* doc/invoke.texi (gcse-las): Fix typo.
From-SVN: r72631
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8901b07..0ec3b8f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-10-17 David Edelsohn <edelsohn@gnu.org> + + * doc/invoke.texi (gcse-las): Fix typo. + 2003-10-17 Andrew Pinski <pinskia@physics.uc.edu> * doc/install.texi: Remove first part of the sentence for diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index c839838..e42911e 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. |