testsuite: Change gcc.dg/vect/pr56541.c target.
authorRobin Dapp <rdapp@linux.ibm.com>
Thu, 10 Jun 2021 10:56:19 +0000 (12:56 +0200)
committerRobin Dapp <rdapp@linux.ibm.com>
Thu, 10 Jun 2021 12:05:49 +0000 (14:05 +0200)
My last commit changed the target selector to
 ! vect_floatint_cvt
when it should of course be
 vect_floatint_cvt.

Fix this.

gcc/testsuite/ChangeLog:

* gcc.dg/vect/pr56541.c: Fix target selector.

gcc/testsuite/gcc.dg/vect/pr56541.c

index e1cee6d..fa86142 100644 (file)
@@ -24,4 +24,4 @@ void foo()
     }
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_floatint_cvt } xfail { ! vect_cond_mixed } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_floatint_cvt } xfail { ! vect_cond_mixed } } } } */