From 124f1be6a97eb0263df56cb34c8ce9a8de405f1e Mon Sep 17 00:00:00 2001 From: Martin Jambor Date: Tue, 6 Sep 2011 16:46:55 +0200 Subject: ipa-inline.h (struct inline_summary): Move versionable flag... 2011-09-06 Martin Jambor * ipa-inline.h (struct inline_summary): Move versionable flag... * cgraph.h (struct cgraph_local_info): ...here * ipa-cp.c (determine_versionability): Use the new versionable flag. (determine_versionability): Likewise. (ipcp_versionable_function_p): Likewise. (ipcp_generate_summary): Likewise. * ipa-inline-analysis.c (dump_inline_summary): Do not dump the versionable flag. (compute_inline_parameters): Do not clear the versionable flag. (inline_read_section): Do not stream the versionable flag. (inline_write_summary): Likewise. * lto-cgraph.c (lto_output_node): Stream the versionable flag. (input_overwrite_node): Likewise. From-SVN: r178598 --- gcc/ipa-inline.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/ipa-inline.h') diff --git a/gcc/ipa-inline.h b/gcc/ipa-inline.h index 8162cf2..bba13b6 100644 --- a/gcc/ipa-inline.h +++ b/gcc/ipa-inline.h @@ -85,9 +85,6 @@ struct GTY(()) inline_summary /* False when there something makes inlining impossible (such as va_arg). */ unsigned inlinable : 1; - /* False when there something makes versioning impossible. - Currently computed and used only by ipa-cp. */ - unsigned versionable : 1; /* Information about function that will result after applying all the inline decisions present in the callgraph. Generally kept up to -- cgit v1.1