aboutsummaryrefslogtreecommitdiff
path: root/gcc/value-prof.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r--gcc/value-prof.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c
index 3e899a3..4274877 100644
--- a/gcc/value-prof.c
+++ b/gcc/value-prof.c
@@ -777,7 +777,7 @@ get_nth_most_common_value (gimple *stmt, const char *counter_type,
&& flag_profile_reproducible == PROFILE_REPRODUCIBILITY_PARALLEL_RUNS)
{
if (dump_file)
- fprintf (dump_file, "Histogram value dropped in %qs mode",
+ fprintf (dump_file, "Histogram value dropped in '%s' mode\n",
"-fprofile-reproducible=parallel-runs");
return false;
}
@@ -785,7 +785,7 @@ get_nth_most_common_value (gimple *stmt, const char *counter_type,
&& flag_profile_reproducible == PROFILE_REPRODUCIBILITY_MULTITHREADED)
{
if (dump_file)
- fprintf (dump_file, "Histogram value dropped in %qs mode",
+ fprintf (dump_file, "Histogram value dropped in '%s' mode\n",
"-fprofile-reproducible=multithreaded");
return false;
}