diff options
Diffstat (limited to 'gcc/ipa-pure-const.c')
-rw-r--r-- | gcc/ipa-pure-const.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 46d03e6..b7a8de3 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -771,7 +771,8 @@ generate_summary (void) /* Serialize the ipa info for lto. */ static void -pure_const_write_summary (cgraph_node_set set) +pure_const_write_summary (cgraph_node_set set, + varpool_node_set vset ATTRIBUTE_UNUSED) { struct cgraph_node *node; struct lto_simple_output_block *ob |