Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gcc.dg / graphite / id-pr44676.c
blob65821edba2aa0bf550df7b157dee65fb3247cdd8
1 /* { dg-options "-O2 -fgraphite-identity -fprofile-generate" } */
3 int
4 extend_options (int h, int map, int x, int y, int dx)
6 while (dx--)
8 if (x != dx && y != -x)
9 map++;
11 return map;