aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2019-12-06 01:27:18 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2019-12-06 01:27:18 +0100
commitc86b722be076c65c128930f4ce26c2d27ae4bcf7 (patch)
tree0faf15c7c4c54f598bbd95186ff303c77d996afb
parent37cd34543d9e6407fe527b6fc7ba5dd55b61f33a (diff)
downloadgcc-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
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/common.opt2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 31b03ff..b12636a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2019-12-06 Jakub Jelinek <jakub@redhat.com>
+
+ * common.opt (fprofile-partial-training): Terminate description with
+ full stop.
+
2019-12-05 Martin Sebor <msebor@redhat.com>
PR middle-end/92622
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)