* gcc.target/i386/avx2-vect-shift.c: Remove unneeded dg directives.
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 11 Aug 2015 18:27:46 +0000 (20:27 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 11 Aug 2015 18:27:46 +0000 (20:27 +0200)
From-SVN: r226787

gcc/testsuite/gcc.target/i386/avx2-vect-shift.c

index c82e370..b30a8e6 100644 (file)
@@ -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" } } */