2016-10-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
* 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
+2016-10-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
+
+ * 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 <law@redhat.com>
PR tree-optimization/71550
{
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 ();