no-scevccp-outer-6-global.c: Expect to vectorize the outer loop.

* gcc.dg/vect/no-scevccp-outer-6-global.c: Expect to vectorize
        the outer loop.  Remove comment.  Don't check for widen-mult.

From-SVN: r180735
This commit is contained in:
Ira Rosen 2011-11-01 11:48:24 +00:00 committed by Ira Rosen
parent ea5e3c042b
commit 7b523334ed
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2011-11-01 Ira Rosen <ira.rosen@linaro.org>
* gcc.dg/vect/no-scevccp-outer-6-global.c: Expect to vectorize
the outer loop. Remove comment. Don't check for widen-mult.
2011-10-31 Martin Jambor <mjambor@suse.cz>
* gcc.dg/ipa/ipcp-4.c: New test.

View file

@ -52,7 +52,5 @@ int main (void)
return 0;
}
/* "Too many BBs in loop" */
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "vect_recog_widen_mult_pattern: detected" 1 "vect" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail vect_no_align } } } */
/* { dg-final { cleanup-tree-dump "vect" } } */