aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.target/i386/avx2-vect-shift.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/i386/avx2-vect-shift.c b/gcc/testsuite/gcc.target/i386/avx2-vect-shift.c
index c82e370..b30a8e6 100644
--- a/gcc/testsuite/gcc.target/i386/avx2-vect-shift.c
+++ b/gcc/testsuite/gcc.target/i386/avx2-vect-shift.c
@@ -1,5 +1,4 @@
/* { dg-do compile } */
-/* { dg-require-effective-target avx2 } */
/* { dg-options "-mavx2 -O3 -fdump-tree-vect-details" } */
#define N 32
@@ -13,4 +12,3 @@ void foo()
a[i] = 1 << i;
}
/* { dg-final { scan-tree-dump "LOOP VECTORIZED" "vect" } } */
-/* { dg-final { cleanup-tree-dump "vect" } } */