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
This commit is contained in:
Teresa Johnson 2013-09-17 14:26:44 +00:00 committed by Teresa Johnson
parent e3d3cfb4a5
commit 753b9bc3bb
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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);