Commit b9a4b11f by Eric Botcazou Committed by Eric Botcazou

* gcc.dg/vect/slp-widen-mult-s16.c: Fix typo.

From-SVN: r140605
parent c9891b70
2008-09-23 Eric Botcazou <ebotcazou@adacore.com> 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. * gcc.dg/cpp/cmdlne-dU-23.c: New test.
2008-09-23 Aldy Hernandez <aldyh@redhat.com> 2008-09-23 Aldy Hernandez <aldyh@redhat.com>
......
...@@ -41,7 +41,7 @@ int main (void) ...@@ -41,7 +41,7 @@ int main (void)
return 0; 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 "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_inpack } } } } */ /* { 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" } } */ /* { dg-final { cleanup-tree-dump "vect" } } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment