diff options
| author | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-11-02 06:08:39 +0000 |
|---|---|---|
| committer | Tobias Grosser <grosser@fim.uni-passau.de> | 2012-11-02 06:08:39 +0000 |
| commit | 41b20a62c926f7b8b68d5fcff18dbf43faab28c2 (patch) | |
| tree | 2fcb6954b2ee72925111d572edc9018e985921c0 /polly/test/CodeGen/test.c | |
| parent | acc748b2b572ab3106665fcb16ed669b29c213a6 (diff) | |
| download | bcm5719-llvm-41b20a62c926f7b8b68d5fcff18dbf43faab28c2.tar.gz bcm5719-llvm-41b20a62c926f7b8b68d5fcff18dbf43faab28c2.zip | |
Tests: move content of .c files in .ll
llvm-svn: 167283
Diffstat (limited to 'polly/test/CodeGen/test.c')
| -rw-r--r-- | polly/test/CodeGen/test.c | 19 |
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]; -} |

