]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
pr35356-2.c: Update according to the ISL code generator.
authorRoman Gareev <gareevroman@gmail.com>
Wed, 13 Aug 2014 11:10:25 +0000 (11:10 +0000)
committerRoman Gareev <romangareev@gcc.gnu.org>
Wed, 13 Aug 2014 11:10:25 +0000 (11:10 +0000)
[gcc/testsuite]

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

From-SVN: r213905

gcc/ChangeLog
gcc/testsuite/gcc.dg/graphite/pr35356-2.c

index e1a4b56e3949a3ce9257181ff17d66660f0eb48d..2b3a040cb2e19da5d8206621d75321547907501d 100644 (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
index b406d1096baf5dad1cecef6f7b0946d4a991ae64..a7d4330ae39d46e75e2cab954b8130cd0f0302f5 100644 (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" } } */