]> 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:03:29 +0000 (22:03 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 23 Mar 2011 22:03:29 +0000 (22:03 +0000)
2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

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

From-SVN: r171367

gcc/ChangeLog
gcc/doc/invoke.texi

index 84703580de3021a3001ff7008a2cf223c5f80e1c..2ac82090fc554faf117333ae18d0365d6bd4985b 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 2ad2a60e3580525e76b45f65d48575aff4638090..81c20dcb6bbdeed952a701e97858d23bba76e6d9 100644 (file)
@@ -6538,7 +6538,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