* lto-cgraph.c (output_cgraph): Add missing declaration.
From-SVN: r161906
This commit is contained in:
parent
523968bfbb
commit
86353474a0
2 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,10 @@
|
|||
* tree-profile.c (tree_gen_ic_func_profiler): Do not create
|
||||
invalid gimple calls.
|
||||
|
||||
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
|
||||
|
|
|
@ -846,6 +846,7 @@ output_cgraph (cgraph_node_set set, varpool_node_set vset)
|
|||
lto_cgraph_encoder_t encoder;
|
||||
lto_varpool_encoder_t varpool_encoder;
|
||||
struct cgraph_asm_node *can;
|
||||
static bool asm_nodes_output = false;
|
||||
|
||||
if (flag_wpa)
|
||||
output_cgraph_opt_summary ();
|
||||
|
|
Loading…
Add table
Reference in a new issue