diff options
Diffstat (limited to 'gcc/omp-low.c')
-rw-r--r-- | gcc/omp-low.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/omp-low.c b/gcc/omp-low.c index 900c1ba..3750ceb 100644 --- a/gcc/omp-low.c +++ b/gcc/omp-low.c @@ -11694,7 +11694,6 @@ expand_simd_clones (struct cgraph_node *node) if (i != 0) { clone = simd_clone_struct_alloc (clone_info->nargs - - clone_info->inbranch + ((i & 1) != 0)); simd_clone_struct_copy (clone, clone_info); /* Undo changes targetm.simd_clone.compute_vecsize_and_simdlen |