aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-simd-clone.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/omp-simd-clone.cc')
-rw-r--r--gcc/omp-simd-clone.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/omp-simd-clone.cc b/gcc/omp-simd-clone.cc
index e30fa31..e83868c 100644
--- a/gcc/omp-simd-clone.cc
+++ b/gcc/omp-simd-clone.cc
@@ -691,8 +691,6 @@ simd_clone_create (struct cgraph_node *old_node, bool force_local)
the old node. */
new_node->local = old_node->local;
new_node->externally_visible = old_node->externally_visible;
- new_node->calls_declare_variant_alt
- = old_node->calls_declare_variant_alt;
new_node->has_omp_variant_constructs
= old_node->has_omp_variant_constructs;
}