Don't xfail gcc.dg/vect/no-scevccp-outer-11.c

* gcc.dg/vect/no-scevccp-outer-11.c: Don't xfail scan-tree-dump-times.

From-SVN: r227371
This commit is contained in:
Rainer Orth 2015-09-01 13:48:29 +00:00 committed by Rainer Orth
parent fa3d595c3a
commit 201fd8bb69
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-09-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/vect/no-scevccp-outer-11.c: Don't xfail scan-tree-dump-times.
2015-09-01 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.dg/ifcvt-1.c: New test.

View file

@ -46,4 +46,4 @@ int main (void)
return 0;
}
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" { xfail *-*-* } } } */
/* { dg-final { scan-tree-dump-times "OUTER LOOP VECTORIZED." 1 "vect" } } */