OSDN Git Service

Uniquization of constants at the Tree level
[pf3gnuchains/gcc-fork.git] / gcc / ipa-cp.c
index 6e83b89..74d365e 100644 (file)
@@ -1304,8 +1304,7 @@ ipcp_generate_summary (void)
 
 /* Write ipcp summary for nodes in SET.  */
 static void
-ipcp_write_summary (cgraph_node_set set,
-                   varpool_node_set vset ATTRIBUTE_UNUSED)
+ipcp_write_summary (cgraph_node_set set)
 {
   ipa_prop_write_jump_functions (set);
 }