Commit 0bcb976e by Roman Gareev Committed by Roman Gareev

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
parent b383fcb4
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
......
/* { 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" } } */
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