Committed as obvious (r240730).
Thanks,
Prathamesh
2016-10-03 Prathamesh Kulkarni <[email protected]>
* ipa-cp.c (propagate_bits_accross_jump_function): Introduce space
between callee name and param in dump message in call to fprintf.
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 ();