]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.target/i386/avx2-vect-shift.c: Remove unneeded dg directives.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Aug 2015 18:27:46 +0000 (18:27 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Aug 2015 18:27:46 +0000 (18:27 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@226787 138bc75d-0d04-0410-961f-82ee72b054a4

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

index c82e370c3551e2950ade42694f7a61f88d778dd1..b30a8e6f241ed3dac3121557b4221f624abf538d 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" } } */