coverage.c (get_coverage_counts): Add missing newline.
authorTeresa Johnson <tejohnson@google.com>
Tue, 17 Sep 2013 14:26:44 +0000 (14:26 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Tue, 17 Sep 2013 14:26:44 +0000 (14:26 +0000)
2013-09-17  Teresa Johnson  <tejohnson@google.com>

* coverage.c (get_coverage_counts): Add missing newline.

From-SVN: r202654

gcc/ChangeLog
gcc/coverage.c

index 16e7ae2a5cd8fe7095a5161a32c6accc6f68d79b..4af3c83f290145fe9c1187f680e261200ecaffd5 100644 (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
index e25c9425707ddf2e8b7113fc67f0146ba3089a0d..9bc23c4bd9fbbcbe84c57d6dae46a8e1ec471064 100644 (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);