2013-03-26 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / graphite / pr33766.c
blob47d3dd40d6707edda37420c606e56e787929a44c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -ftree-loop-linear" } */
4 float
5 fxt1_quantize_ALPHA1()
7 int j1;
8 int i;
9 float *tv;
10 for (j1 = 1; j1 < 2048; j1++) {
11 float e;
12 for (i = 1; i < 2048; i++)
13 e = tv[i];
14 if (e)
15 i = j1;
17 return tv[i];