Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 930109-2.c
blob61e3a4df99fc5033809be480cf280c68586ae9ad
1 f(r)
3 int i;
4 for (i = 0; i < 2; i++)
6 r+= (4 >> i*2);
7 r+= (2 >> i*2);
8 r+= (1 >> i*2);
10 return r;