summaryrefslogtreecommitdiffstats
path: root/polly/test/CodeGen/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/CodeGen/test.c')
-rw-r--r--polly/test/CodeGen/test.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/polly/test/CodeGen/test.c b/polly/test/CodeGen/test.c
deleted file mode 100644
index 503e5f202df..00000000000
--- a/polly/test/CodeGen/test.c
+++ /dev/null
@@ -1,19 +0,0 @@
-int bar1();
-int bar2();
-int bar3();
-int k;
-#define N 100
-int A[N];
-
-int foo (int z) {
- int i, j;
-
- for (i = 0; i < N; i++) {
- A[i] = i;
-
- for (j = 0; j < N * 2; j++)
- A[i] = j * A[i];
- }
-
- return A[z];
-}
OpenPOWER on IntegriCloud