Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / 20020620-1.c
blobea6b9d5a74f210ad6d8e45dd549e35630f4cf208
1 /* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
2 /* { dg-options "-O2 -mlong64" } */
3 int foo (int *x, int i)
5 return x[i] + i;
7 /* { dg-final { scan-assembler-not "move" } } */