re PR middle-end/48254 (documentation minor)

2011-03-23  Jonathan Wakely  <jwakely.gcc@gmail.com>

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

From-SVN: r171366
This commit is contained in:
Jonathan Wakely 2011-03-23 22:02:12 +00:00 committed by Jonathan Wakely
parent e1c68a4fd6
commit 7055ee2cbf
2 changed files with 6 additions and 1 deletions

View 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

View File

@ -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