Commit 651c2297 by Steve Ellcey Committed by Steve Ellcey

* gcc.dg/vect/slp-15.c: Fix scan when vect_int_mult is false.

From-SVN: r134647
parent 9553940c
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
......@@ -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" } } */
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