* gcc.target/i386/avx2-vect-shift.c: Remove unneeded dg directives.

From-SVN: r226787
This commit is contained in:
Uros Bizjak 2015-08-11 20:27:46 +02:00
parent 51f23addfa
commit d2be285bf5
1 changed files with 0 additions and 2 deletions

View 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" } } */