Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / 20020620-1.c
blobf4828f439e7d43598438529cbecba7809f11e6bf
1 /* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
2 /* { dg-mips-options "-O2 -mlong64" } */
3 int foo (int *x, int i)
5 return x[i] + i;
7 /* { dg-final { scan-assembler-not "move" } } */