Commit 86353474 by Jan Hubicka Committed by Jan Hubicka

* lto-cgraph.c (output_cgraph): Add missing declaration.

From-SVN: r161906
parent 523968bf
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
2010-07-06 Jan Hubicka <jh@suse.cz> 2010-07-06 Jan Hubicka <jh@suse.cz>
* lto-cgraph.c (output_cgraph): Add missing declaration.
2010-07-06 Jan Hubicka <jh@suse.cz>
* lto-cgraph.c (output_cgraph): Output toplevel asms only into first * lto-cgraph.c (output_cgraph): Output toplevel asms only into first
partition. partition.
......
...@@ -846,6 +846,7 @@ output_cgraph (cgraph_node_set set, varpool_node_set vset) ...@@ -846,6 +846,7 @@ output_cgraph (cgraph_node_set set, varpool_node_set vset)
lto_cgraph_encoder_t encoder; lto_cgraph_encoder_t encoder;
lto_varpool_encoder_t varpool_encoder; lto_varpool_encoder_t varpool_encoder;
struct cgraph_asm_node *can; struct cgraph_asm_node *can;
static bool asm_nodes_output = false;
if (flag_wpa) if (flag_wpa)
output_cgraph_opt_summary (); output_cgraph_opt_summary ();
......
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