]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/testsuite/gcc.dg/graphite/fuse-2.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / graphite / fuse-2.c
index 2f27c66fd32f1a026290a7a8e7e9edd1a979f8a7..a76f3a660f7624ca93dbe361fe31e9e92d0bf816 100644 (file)
@@ -1,7 +1,7 @@
 /* Check that the three loops are fused.  */
 
 /* Make sure we fuse the loops like this:
-ISL AST generated by ISL:
+AST generated by isl:
 for (int c0 = 0; c0 <= 99; c0 += 1) {
   S_3(c0);
   S_6(c0);
@@ -9,7 +9,7 @@ for (int c0 = 0; c0 <= 99; c0 += 1) {
 }
 */
 
-/* { dg-final { scan-tree-dump-times "ISL AST generated by ISL:.*for \\(int c0 = 0; c0 <= 99; c0 \\+= 1\\) \\{.*S_.*\\(c0\\);.*S_.*\\(c0\\);.*S_.*\\(c0\\);.*\\}" 1 "graphite" } } */
+/* { dg-final { scan-tree-dump-times "AST generated by isl:.*for \\(int c0 = 0; c0 <= 99; c0 \\+= 1\\) \\{.*S_.*\\(c0\\);.*S_.*\\(c0\\);.*S_.*\\(c0\\);.*\\}" 1 "graphite" } } */
 
 #define MAX 100
 int A[MAX], B[MAX], C[MAX];