Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / shloop.c
blobf4c9366394af46b259859409619eaf0ee3ce4ecc
1 main ()
3 int volatile p;
4 int i;
5 for (i = 10000000; i > 0; i--)
6 p = i >> 10;