* gcc.dg/vect/slp-15.c: Fix scan when vect_int_mult is false.
authorSteve Ellcey <sje@cup.hp.com>
Thu, 24 Apr 2008 21:31:02 +0000 (21:31 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 24 Apr 2008 21:31:02 +0000 (21:31 +0000)
From-SVN: r134647

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/vect/slp-15.c

index 15add966b89280324765385159b85609b93b5154..5bbe9085d02edc65961e43729b5c1f817f06ae9f 100644 (file)
@@ -1,3 +1,7 @@
+2008-04-24 Steve Ellcey  <sje@cup.hp.com>
+
+       * gcc.dg/vect/slp-15.c: Fix scan when vect_int_mult is false.
+
 2008-04-24  Steve Ellcey  <sje@cup.hp.com>
 
        PR testsuite/36035
index 6f04e6a3784cf2c1116d05f663120b593d7fa706..08b6f84b2092eda1918d96019334e779c652d16f 100644 (file)
@@ -112,6 +112,6 @@ int main (void)
 /* { dg-final { scan-tree-dump-times "vectorized 1 loops" 1 "vect"  {target vect_int_mult } } } */
 /* { dg-final { scan-tree-dump-times "vectorized 0 loops" 1 "vect"  {target  { ! { vect_int_mult } } } } } */
 /* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" {target vect_int_mult } } } */
-/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 2 "vect" {target { ! { vect_int_mult } } } } } */
+/* { dg-final { scan-tree-dump-times "vectorizing stmts using SLP" 0 "vect" {target { ! { vect_int_mult } } } } } */
 /* { dg-final { cleanup-tree-dump "vect" } } */