From 2206e783591ea731219d2107a660ccbd3391a65c Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Sat, 18 Oct 2003 00:22:22 +0000 Subject: [PATCH] * doc/invoke.texi (gcse-las): Fix typo. From-SVN: r72631 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.47.3