From 7055ee2cbf767055d2d2830cbc9bc84b9bede252 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 23 Mar 2011 22:02:12 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2