diff options
author | Teresa Johnson <tejohnson@google.com> | 2013-09-17 14:26:44 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@gcc.gnu.org> | 2013-09-17 14:26:44 +0000 |
commit | 753b9bc3bbc3b1b514fbd92a8e862abc616792a2 (patch) | |
tree | 3307af272f121884b57a1df1e70b7fee2947e134 /gcc | |
parent | e3d3cfb4a5ac9560c78662c36568fde2675b201f (diff) | |
download | gcc-753b9bc3bbc3b1b514fbd92a8e862abc616792a2.zip gcc-753b9bc3bbc3b1b514fbd92a8e862abc616792a2.tar.gz gcc-753b9bc3bbc3b1b514fbd92a8e862abc616792a2.tar.bz2 |
coverage.c (get_coverage_counts): Add missing newline.
2013-09-17 Teresa Johnson <tejohnson@google.com>
* coverage.c (get_coverage_counts): Add missing newline.
From-SVN: r202654
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/coverage.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16e7ae2..4af3c83 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-09-17 Teresa Johnson <tejohnson@google.com> + + * coverage.c (get_coverage_counts): Add missing newline. + 2013-09-17 Kyrylo Tkachov <kyrylo.tkachov@arm.com> PR tree-optimization/58088 diff --git a/gcc/coverage.c b/gcc/coverage.c index e25c942..9bc23c4 100644 --- a/gcc/coverage.c +++ b/gcc/coverage.c @@ -347,7 +347,7 @@ get_coverage_counts (unsigned counter, unsigned expected, if (!warned++ && dump_enabled_p ()) dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, input_location, (flag_guess_branch_prob - ? "file %s not found, execution counts estimated" + ? "file %s not found, execution counts estimated\n" : "file %s not found, execution counts assumed to " "be zero\n"), da_file_name); |