diff options
Diffstat (limited to 'polly/lib/External/isl/test_inputs/codegen/cloog/wavefront.in')
-rw-r--r-- | polly/lib/External/isl/test_inputs/codegen/cloog/wavefront.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/polly/lib/External/isl/test_inputs/codegen/cloog/wavefront.in b/polly/lib/External/isl/test_inputs/codegen/cloog/wavefront.in deleted file mode 100644 index 61618c37a45..00000000000 --- a/polly/lib/External/isl/test_inputs/codegen/cloog/wavefront.in +++ /dev/null @@ -1,3 +0,0 @@ -[n, m] -> { S1[i0, i1] -> [i0 + i1, i0] : i0 >= 1 and i0 <= n and i1 >= 1 and i1 <= m } -[n, m] -> { : } -[n, m] -> { [i, j] -> separate[o0] } |