From: Prathamesh Kulkarni Date: Mon, 3 Oct 2016 19:42:55 +0000 (+0000) Subject: ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between callee name... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d521283740c6dc4c4c609cb092d40c3dedefd8e;p=gcc.git ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between callee name and param in dump message in call to fprintf. 2016-10-03 Prathamesh Kulkarni * ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between callee name and param in dump message in call to fprintf. From-SVN: r240730 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ba56e636584..70f8d9ac785 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-10-03 Prathamesh Kulkarni + + * ipa-cp.c (propagate_bits_accross_jump_function): Introduce space + between callee name and param in dump message in call to fprintf. + 2016-10-03 Jeff Law PR tree-optimization/71550 diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 95a2a1e4b3a..7380b2a3405 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -1984,7 +1984,7 @@ propagate_bits_accross_jump_function (cgraph_edge *cs, int idx, ipa_jump_func *j { if (dump_file && (dump_flags & TDF_DETAILS)) fprintf (dump_file, "Setting dest_lattice to bottom, because" - "param %i type is NULL for %s\n", idx, + " param %i type is NULL for %s\n", idx, cs->callee->name ()); return dest_lattice->set_to_bottom ();