testsuite: Fix another syntax problem in slp-3.c
This fixes another syntax error in slp-3.c. I missed a '{ ... }' in order to properly exclude s390_vx. gcc/testsuite/ChangeLog: * gcc.dg/vect/slp-3.c: Add '{ ... }'.
This commit is contained in:
parent
0d573c1f00
commit
b2b841fa25
1 changed files with 1 additions and 1 deletions
|
@ -144,4 +144,4 @@ int main (void)
|
|||
/* { dg-final { scan-tree-dump-times "vectorized 3 loops" 1 "vect" { target { { ! { vect_partial_vectors || vect32 } } || s390_vx } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorized 4 loops" 1 "vect" { target { { vect_partial_vectors || vect32 } && { ! s390_vx } } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 3 "vect" { target { { ! { vect_partial_vectors || vect32 } } || s390_vx } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4 "vect" { target { vect_partial_vectors || vect32 } && { ! s390_vx } } } } */
|
||||
/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 4 "vect" { target { { vect_partial_vectors || vect32 } && { ! s390_vx } } } } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue