summaryrefslogtreecommitdiff
path: root/gcc/tree-sra.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r--gcc/tree-sra.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c
index fa567e54e8b..4893962b65e 100644
--- a/gcc/tree-sra.c
+++ b/gcc/tree-sra.c
@@ -4310,13 +4310,6 @@ modify_function (struct cgraph_node *node, ipa_parm_adjustment_vec adjustments)
static bool
ipa_sra_preliminary_function_checks (struct cgraph_node *node)
{
- if (!tree_versionable_function_p (current_function_decl))
- {
- if (dump_file)
- fprintf (dump_file, "Function isn't allowed to be versioned.\n");
- return false;
- }
-
if (!cgraph_node_can_be_local_p (node))
{
if (dump_file)