diff options
author | Jakub Jelinek <jakub@redhat.com> | 2019-12-06 01:27:18 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-12-06 01:27:18 +0100 |
commit | c86b722be076c65c128930f4ce26c2d27ae4bcf7 (patch) | |
tree | 0faf15c7c4c54f598bbd95186ff303c77d996afb /gcc/common.opt | |
parent | 37cd34543d9e6407fe527b6fc7ba5dd55b61f33a (diff) | |
download | gcc-c86b722be076c65c128930f4ce26c2d27ae4bcf7.zip gcc-c86b722be076c65c128930f4ce26c2d27ae4bcf7.tar.gz gcc-c86b722be076c65c128930f4ce26c2d27ae4bcf7.tar.bz2 |
common.opt (fprofile-partial-training): Terminate description with full stop.
* common.opt (fprofile-partial-training): Terminate description with
full stop.
From-SVN: r279030
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 7e47953..d98cd16 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2162,7 +2162,7 @@ Enable common options for generating profile info for profile feedback directed fprofile-partial-training Common Report Var(flag_profile_partial_training) Optimization -Do not assume that functions never executed during the train run are cold +Do not assume that functions never executed during the train run are cold. fprofile-use Common Var(flag_profile_use) |