* gcc.dg/vect/slp-widen-mult-s16.c: Fix typo.
authorEric Botcazou <ebotcazou@adacore.com>
Tue, 23 Sep 2008 17:52:40 +0000 (17:52 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 23 Sep 2008 17:52:40 +0000 (17:52 +0000)
From-SVN: r140605

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/slp-widen-mult-s16.c

index a4f4291..73b6981 100644 (file)
@@ -1,5 +1,9 @@
 2008-09-23  Eric Botcazou  <ebotcazou@adacore.com>
 
+       * gcc.dg/vect/slp-widen-mult-s16.c: Fix typo.
+
+2008-09-23  Eric Botcazou  <ebotcazou@adacore.com>
+
        * gcc.dg/cpp/cmdlne-dU-23.c: New test.
 
 2008-09-23  Aldy Hernandez  <aldyh@redhat.com>
index ebc4b50..b4ed282 100644 (file)
@@ -41,7 +41,7 @@ int main (void)
   return 0;
 }
 
-/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_widen_mult_hi_to_si || vect_inpack } } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target { vect_widen_mult_hi_to_si || vect_inpack } } } } */
+/* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect" { target { vect_widen_mult_hi_to_si || vect_unpack } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 1 "vect" { target { vect_widen_mult_hi_to_si || vect_unpack } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */