diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2014-06-29 23:06:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2014-06-29 23:06:37 +0000 |
commit | a938d01841af7064adface201e0eb9adb8304f54 (patch) | |
tree | a9fbf898f9dcea1b1905716a6185ddd8fe041c5d /gcc | |
parent | 3a96c7ccd07206028739c296277f368886e4a9cb (diff) | |
download | gcc-a938d01841af7064adface201e0eb9adb8304f54.zip gcc-a938d01841af7064adface201e0eb9adb8304f54.tar.gz gcc-a938d01841af7064adface201e0eb9adb8304f54.tar.bz2 |
invoke.texi (Optimize Options): Fix descriptions of ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
* doc/invoke.texi (Optimize Options): Fix descriptions of
ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus.
From-SVN: r212129
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a57eed5..14f6769 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-06-30 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/invoke.texi (Optimize Options): Fix descriptions of + ipa-cp-loop-hint-bonus and ipa-cp-array-index-hint-bonus. + 2014-06-29 David Wohlferd <dw@LimeGreenSocks.com> * doc/extend.texi (Function Attributes): Update 'naked' attribute diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 51f732d..547203c 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -10163,13 +10163,13 @@ number of such values per one parameter. @item ipa-cp-loop-hint-bonus When IPA-CP determines that a cloning candidate would make the number of iterations of a loop known, it adds a bonus of -@option{ipa-cp-loop-hint-bonus} bonus to the profitability score of +@option{ipa-cp-loop-hint-bonus} to the profitability score of the candidate. @item ipa-cp-array-index-hint-bonus When IPA-CP determines that a cloning candidate would make the index of an array access known, it adds a bonus of -@option{ipa-cp-array-index-hint-bonus} bonus to the profitability +@option{ipa-cp-array-index-hint-bonus} to the profitability score of the candidate. @item ipa-max-aa-steps |