Commit 7d521283 by Prathamesh Kulkarni Committed by Prathamesh Kulkarni

ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between callee…

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  <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
parent f05796ba
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
......
......@@ -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 ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment