Commit d2be285b by Uros Bizjak

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

From-SVN: r226787
parent 51f23add
/* { 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" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment