cgraph.c (cgraph_turn_edge_to_speculative): Fix debug output.
authorJan Hubicka <jh@suse.cz>
Sun, 25 Aug 2013 09:47:00 +0000 (11:47 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sun, 25 Aug 2013 09:47:00 +0000 (09:47 +0000)
* cgraph.c (cgraph_turn_edge_to_speculative):
Fix debug output.

From-SVN: r201977

gcc/ChangeLog
gcc/cgraph.c

index d576a447350313aade7e20645c72a1450d2a3ee3..69cfa623350eb345e39b56d14cb87d4655df181c 100644 (file)
@@ -1,3 +1,8 @@
+2013-08-23  Jan Hubicka  <jh@suse.cz>
+
+       * cgraph.c (cgraph_turn_edge_to_speculative):
+       Fix debug output.
+
 2013-08-23  Jan Hubicka  <jh@suse.cz>
 
        * tree.h (TYPE_FINAL_P, DECL_FINAL_P): New macros.
index 24770812e6286196e6e1bbdf75021bcdbea2c7df..13527c2422d9f74b1586d626b0ea120f2ba3511b 100644 (file)
@@ -1076,8 +1076,8 @@ cgraph_turn_edge_to_speculative (struct cgraph_edge *e,
 
   if (dump_file)
     {
-      fprintf (dump_file, "Indirect call -> direct call from"
-              " other module %s/%i => %s/%i\n",
+      fprintf (dump_file, "Indirect call -> speculative call"
+              " %s/%i => %s/%i\n",
               xstrdup (cgraph_node_name (n)), n->symbol.order,
               xstrdup (cgraph_node_name (n2)), n2->symbol.order);
     }