Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / unsorted / e.c
blobfa20e00ef8f05b50d6e45cbd46876bdfacaeb258
1 foo (short a, int *p, short *s)
3 int i;
4 for (i = 10; i >= 0; i--)
6 a = (short) bar ();
7 p[i] = a;
8 s[i] = a;