ipa-cp.c (propagate_bits_accross_jump_function): Introduce space between callee name...
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
Mon, 3 Oct 2016 19:42:55 +0000 (19:42 +0000)
committerPrathamesh Kulkarni <prathamesh3492@gcc.gnu.org>
Mon, 3 Oct 2016 19:42:55 +0000 (19:42 +0000)
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

gcc/ChangeLog
gcc/ipa-cp.c

index ba56e636584e9e5bfa55cf0ae4a0021aec2f2e64..70f8d9ac7850b761c9d6153967943380dbee5395 100644 (file)
@@ -1,3 +1,8 @@
+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
index 95a2a1e4b3aab39f593ed6e9f53f8f3ef461225d..7380b2a34054225da1b43374bab96a9221366ea3 100644 (file)
@@ -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 ();