OSDN Git Service

* gcc.dg/vect/slp-widen-mult-s16.c: Fix typo.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2008 17:52:40 +0000 (17:52 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Sep 2008 17:52:40 +0000 (17:52 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@140605 138bc75d-0d04-0410-961f-82ee72b054a4

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" } } */