From 6e382f9dc35d00fdc93f6a11991ee0cfe16f4aa0 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 23 Mar 2011 22:03:29 +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: r171367 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.2