diff options
Diffstat (limited to 'gcc/lto-section-in.c')
-rw-r--r-- | gcc/lto-section-in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-section-in.c b/gcc/lto-section-in.c index adc266f2c63..e4f0aedfa0f 100644 --- a/gcc/lto-section-in.c +++ b/gcc/lto-section-in.c @@ -428,7 +428,7 @@ lto_free_function_in_decl_state (struct lto_in_decl_state *state) release trees needed by the NODE's body. */ void -lto_free_function_in_decl_state_for_node (symtab_node node) +lto_free_function_in_decl_state_for_node (symtab_node *node) { struct lto_in_decl_state temp; void **slot; |