diff mbox

[ipa-cp] add space in dump message

Message ID CAAgBjM=0aN-iOoJC+2fGNAgNJM+H8f=GPPNYoXzd=4K6W=8fkA@mail.gmail.com
State New
Headers show

Commit Message

Prathamesh Kulkarni Oct. 3, 2016, 7:45 p.m. UTC
Committed as obvious (r240730).

Thanks,
Prathamesh
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.
diff mbox

Patch

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 ();