From: Jonathan Wakely Date: Wed, 23 Mar 2011 22:03:29 +0000 (+0000) Subject: re PR middle-end/48254 (documentation minor) X-Git-Tag: releases/gcc-4.5.3~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e382f9dc35d00fdc93f6a11991ee0cfe16f4aa0;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: r171367 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 84703580de30..2ac82090fc55 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 2ad2a60e3580..81c20dcb6bbd 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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