[gcc/testsuite]
* gcc.dg/graphite/pr35356-2.c: Update according to the ISL code
generator.
From-SVN: r213905
+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];
*/
-
-/* { 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" } } */