diff options
author | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-03 02:59:20 +0000 |
---|---|---|
committer | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-01-03 02:59:20 +0000 |
commit | 27f6a8a0012f8df67c88b9d28ab47c3492319a07 (patch) | |
tree | 74b9f477673806a08619bd1e0617f60e991bb462 /gcc/ChangeLog | |
parent | 320fd887955a2bda17e4b00ea402a8ba15fa4b96 (diff) | |
download | gcc-27f6a8a0012f8df67c88b9d28ab47c3492319a07.tar.gz |
2015-01-02 Sandra Loosemore <sandra@codesourcery.com>
gcc/
* doc/invoke.texi (Option Summary): Fix spelling of
-fdevirtualize-at-ltrans.
([-fdevirtualize]): Fix markup.
([-fdevirtualize-speculatively]): Fix typo.
([-fdevirtualize-at-ltrans]): Likewise. Make description less
implementor-speaky.
* common.opt (fdevirtualize-at-ltrans): Likewise.
* ipa-devirt.c: Fix typos in comments throughout the file.
(ipa_devirt): Fix typos in format strings for dump output.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@219158 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 714bfd826cf..d5980c9a26c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,17 @@ 2015-01-02 Sandra Loosemore <sandra@codesourcery.com> + * doc/invoke.texi (Option Summary): Fix spelling of + -fdevirtualize-at-ltrans. + ([-fdevirtualize]): Fix markup. + ([-fdevirtualize-speculatively]): Fix typo. + ([-fdevirtualize-at-ltrans]): Likewise. Make description less + implementor-speaky. + * common.opt (fdevirtualize-at-ltrans): Likewise. + * ipa-devirt.c: Fix typos in comments throughout the file. + (ipa_devirt): Fix typos in format strings for dump output. + +2015-01-02 Sandra Loosemore <sandra@codesourcery.com> + * doc/invoke.texi ([-fopt-info]): Fix markup, consolidate discussion of defaults, light copy-editing. |