pr35356-2.c: Update according to the ISL code generator.

[gcc/testsuite]

	* gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
	generator.

From-SVN: r213905
This commit is contained in:
Roman Gareev 2014-08-13 11:10:25 +00:00 committed by Roman Gareev
parent b383fcb4f8
commit 0bcb976e6a
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2014-08-13 Roman Gareev <gareevroman@gmail.com>
* gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
generator.
2014-08-12 Jakub Jelinek <jakub@redhat.com>
PR target/62025

View File

@ -1,4 +1,4 @@
/* { dg-options "-O2 -fgraphite-identity -fdump-tree-graphite-all" } */
/* { dg-options "-O2 -fgraphite-identity -fdump-tree-graphite-all -fgraphite-code-generator=isl" } */
int a[100];
@ -38,7 +38,5 @@ foo (int bar, int n, int k)
*/
/* { dg-final { scan-tree-dump-times "MIN_EXPR\[^\\n\\r]*;" 4 "graphite" } } */
/* { dg-final { scan-tree-dump-times "MAX_EXPR\[^\\n\\r]*;" 4 "graphite" } } */
/* { dg-final { scan-tree-dump-times "for\[^\n\]+\n\[^\n\]+if" 0 "graphite" } } */
/* { dg-final { cleanup-tree-dump "graphite" } } */