* gcc.dg/tree-ssa/scev-14.c: update template.

From-SVN: r238040
This commit is contained in:
Jan Hubicka 2016-07-06 12:03:08 +02:00 committed by Jan Hubicka
parent 62da9e14ce
commit eb4432f704
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2016-07-05 Jan Hubicka <jh@suse.cz>
* gcc.dg/tree-ssa/scev-14.c: update template.
2016-07-06 Richard Sandiford <richard.sandiford@arm.com>
* gcc.dg/vect/group-no-gaps-1.c: New test.

View File

@ -8,4 +8,3 @@ void t(unsigned int n)
a[i]++;
}
/* { dg-final { scan-tree-dump "Overflowness wrto loop niter: No-overflow" "ivopts" } } */
/* { dg-final { scan-tree-dump-not "Overflowness wrto loop niter: Overflow" "ivopts" } } */