]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR middle-end/48254 (documentation minor)
authorJonathan Wakely <jwakely.gcc@gmail.com>
Wed, 23 Mar 2011 22:02:12 +0000 (22:02 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 23 Mar 2011 22:02:12 +0000 (22:02 +0000)
2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

PR other/48254
* doc/invoke.texi (-fipa-struct-reorg): Fix typo.

From-SVN: r171366

gcc/ChangeLog
gcc/doc/invoke.texi

index f417d9ac6e1d49f97cc5cce4cf28d45fed4e14c1..6110498d47fb8010f1d00ab276de17f9f716f3ec 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
+
+       PR other/48254
+       * doc/invoke.texi (-fipa-struct-reorg): Fix typo.
+
 2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>
 
        PR other/48179
index 531d16f8674b043c8a376d42bca5ed9e4c8e22ed..fb2efeefaf0a2b516e80849791a1a7435bd150a1 100644 (file)
@@ -6121,7 +6121,7 @@ Enabled by default at @option{-O} and higher.
 @opindex fipa-struct-reorg
 Perform structure reorganization optimization, that change C-like structures 
 layout in order to better utilize spatial locality.  This transformation is 
-affective for programs containing arrays of structures.  Available in two 
+effective for programs containing arrays of structures.  Available in two 
 compilation modes: profile-based (enabled with @option{-fprofile-generate})
 or static (which uses built-in heuristics).  Require @option{-fipa-type-escape}
 to provide the safety of this transformation.  It works only in whole program