From: Jonathan Wakely Date: Wed, 23 Mar 2011 22:02:12 +0000 (+0000) Subject: re PR middle-end/48254 (documentation minor) X-Git-Tag: releases/gcc-4.4.6~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7055ee2cbf767055d2d2830cbc9bc84b9bede252;p=thirdparty%2Fgcc.git re PR middle-end/48254 (documentation minor) 2011-03-23 Jonathan Wakely PR other/48254 * doc/invoke.texi (-fipa-struct-reorg): Fix typo. From-SVN: r171366 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f417d9ac6e1d..6110498d47fb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-23 Jonathan Wakely + + PR other/48254 + * doc/invoke.texi (-fipa-struct-reorg): Fix typo. + 2011-03-23 Jonathan Wakely PR other/48179 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 531d16f8674b..fb2efeefaf0a 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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