blob: 57857d1d20c7c83707e34fde7bbcf58b9ab87a31 [file] [log] [blame]
void
foo (unsigned short x[])
{
int i;
unsigned short *p = &x[2];
if (*p)
x += 2;
for (i = 2; i < 9; i++, ++x)
*x >>= 8;
}