summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/graphite/block-4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/graphite/block-4.c')
-rw-r--r--gcc/testsuite/gcc.dg/graphite/block-4.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/graphite/block-4.c b/gcc/testsuite/gcc.dg/graphite/block-4.c
index e383a66e582..744b481eaf0 100644
--- a/gcc/testsuite/gcc.dg/graphite/block-4.c
+++ b/gcc/testsuite/gcc.dg/graphite/block-4.c
@@ -16,7 +16,7 @@ foo (void)
{
int i, j, k;
- /* This should NOT be blocked: each loop iterates only 24 times. */
+ /* This should NOT be blocked. */
for (i = 0; i < 24; i++)
for (j = 0; j < 24; j++)
for (k = 0; k < 24; k++)
@@ -57,4 +57,4 @@ main (void)
return 0;
}
-/* { dg-final { scan-tree-dump-times "will be loop blocked" 1 "graphite" { xfail *-*-* } } } */
+/* { dg-final { scan-tree-dump-times "tiled by" 7 "graphite" } } */