+2019-08-13 Martin Liska <mliska@suse.cz>
+
+ * value-prof.c (gimple_ic_transform): Add new line.
+ Print details with MSG_NOTE.
+
2019-08-13 Martin Liska <mliska@suse.cz>
* doc/invoke.texi: Document automatic detection of jobserver.
if (dump_enabled_p ())
dump_printf_loc (MSG_MISSED_OPTIMIZATION, stmt,
"Indirect call -> direct call from other "
- "module %T=> %i (will resolve only with LTO)",
+ "module %T=> %i (will resolve only with LTO)\n",
gimple_call_fn (stmt), (int)val);
}
return false;
{
dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, stmt,
"Indirect call -> direct call "
- "%T => %T transformation on insn postponed "
- "to ipa-profile: %G", gimple_call_fn (stmt),
- direct_call->decl, stmt);
- dump_printf_loc (MSG_OPTIMIZED_LOCATIONS, stmt,
+ "%T => %T transformation on insn postponed\n",
+ gimple_call_fn (stmt), direct_call->decl);
+ dump_printf_loc (MSG_NOTE, stmt,
"hist->count %" PRId64
" hist->all %" PRId64"\n", count, all);
}