xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/20020620-1.c (revision f6aab3d83b51b91c24247ad2c2573574de475a82)
1 /* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
2 /* { dg-options "-O2 -mlong64" } */
3 int foo (int *x, int i)
4 {
5   return x[i] + i;
6 }
7 /* { dg-final { scan-assembler-not "move" } } */
8