testsuite: Revert to the original version of pr100056.c
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-strided-epilogue-1.c
blobe316706204f1d22301c24bb89365218e4deb21a3
1 /* { dg-do compile } */
3 void
4 f (int *x, short *y, int z)
6 for (int i = 0; i < 0x82; ++i)
7 x[-i] += x[z * i];