Message ID | CAAgBjM=0aN-iOoJC+2fGNAgNJM+H8f=GPPNYoXzd=4K6W=8fkA@mail.gmail.com |
---|---|
State | New |
Headers | show |
diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 88baf69..1dc5cb6 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -1775,7 +1775,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 ();